diff options
Diffstat (limited to 'src/pkg/json/struct.go')
| -rw-r--r-- | src/pkg/json/struct.go | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/pkg/json/struct.go b/src/pkg/json/struct.go index 11cccdce9..37728d38b 100644 --- a/src/pkg/json/struct.go +++ b/src/pkg/json/struct.go @@ -113,8 +113,7 @@ func (b *structBuilder) Float64(f float64) {  	}  } -func (b *structBuilder) Null() { -} +func (b *structBuilder) Null()	{}  func (b *structBuilder) String(s string) {  	if b == nil { | 
