surrealpatch/cnf
Tobie Morgan Hitchcock b96cdc79dc Implement both TextMarshaler and TextUnmarshaler for codec
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:54:21 +00:00
..
cnf.go Implement both TextMarshaler and TextUnmarshaler for codec 2017-11-24 10:54:21 +00:00