Json tags

This commit is contained in:
lordwelch 2017-11-06 23:12:45 -07:00
parent 974c34559a
commit 7edd28714c

View File

@ -15,8 +15,8 @@ import (
) )
type Key struct { type Key struct {
Modifier string `json:"modifier"` Modifier string // `json:"modifier"`
Decimal int `json:"decimal"` Decimal int // `json:"decimal"`
} }
type Keys map[string]Key type Keys map[string]Key