Json tags

This commit is contained in:
lordwelch 2017-11-06 23:09:12 -07:00
parent ef710051b8
commit 974c34559a

View File

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