Skip to content

Commit

Permalink
marshal name as string and not JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Nov 12, 2018
1 parent d117b7e commit 378d206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
)

type Key struct {
Name string `json:"name,string"`
Name string `json:"name"`
Type KeyType `json:"type,int8"`
Digits int `json:"digits,int"`
Interval int `json:"interval,int"`
Expand Down

0 comments on commit 378d206

Please sign in to comment.