You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Go JSON encoder cannot deal with maps which use anything other than a string as a key. All of our lookup tables currently use map[int]string to encode their values.