2
0

Add MarshalJSON to a few types

This commit is contained in:
Jack Christensen
2017-04-13 21:54:04 -05:00
parent e76cf5617f
commit 92474ef292
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