2
0

Add MarshalJSON to a few types

This commit is contained in:
Jack Christensen
2017-04-13 21:54:04 -05:00
parent adb54d06ce
commit fe7d9d3462
6 changed files with 58 additions and 0 deletions
+1
View File
@@ -129,6 +129,7 @@ type TextEncoder interface {
}
var errUndefined = errors.New("cannot encode status undefined")
var errBadStatus = errors.New("invalid status")
type DataType struct {
Value Value