surrealpatch/util/data
Tobie Morgan Hitchcock 527f85f8e6 Implement both JsonMarshaler and JsonUnmarshaler
If a type only defines one-half of the symmetry (e.g. it implements MarshalJSON() but not UnmarshalJSON() ), then that type doesn't satisfy the codec encoding/decoding check and instead codec will not encode or decode the item using the special interface methods.
2017-11-24 10:55:13 +00:00
..
data.go Implement both JsonMarshaler and JsonUnmarshaler 2017-11-24 10:55:13 +00:00
data_test.go Add an Append function which appends to a slice 2017-11-16 19:54:54 +00:00