From a4749d98ae150b96bba5611a0936896165ea8ab6 Mon Sep 17 00:00:00 2001 From: Quentin Perez Date: Wed, 14 Dec 2016 11:04:34 +0100 Subject: [PATCH] :pencil2: json tag --- encoder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoder.go b/encoder.go index 1009120..cf66ffa 100644 --- a/encoder.go +++ b/encoder.go @@ -25,7 +25,7 @@ type Ast struct { BuildDate time.Time `json:"build-date"` BuildHostname string `json:"build-hostname"` BuildUser string `json:"build-user"` - GoPWD string `json:"go-pwd",omitempty` + GoPWD string `json:"go-pwd,omitempty"` PWD string `json:"pwd"` Debug bool `json:"debug"` File *descriptor.FileDescriptorProto `json:"file"`