Skip to content

Commit 7327b21

Browse files
committed
cleanup
1 parent 07e5e9f commit 7327b21

3 files changed

Lines changed: 1 addition & 43 deletions

File tree

gss/Deserialize.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func Deserialize(input string, format string, input_header []string, input_comme
114114
err := bson.Unmarshal([]byte(input), ptr.Interface())
115115
return ptr.Elem().Interface(), err
116116
} else {
117-
return nil, errors.New("Invalid output type for json " + fmt.Sprint(output_type))
117+
return nil, errors.New("Invalid output type for bson " + fmt.Sprint(output_type))
118118
}
119119
} else if format == "json" {
120120
if output_type.Kind() == reflect.Map {

gss/RowToMapOfInterfaces.go

Lines changed: 0 additions & 21 deletions
This file was deleted.

gss/RowToMapOfStrings.go

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)