Update NLC type from string to int

This commit is contained in:
Fred Boniface 2024-03-26 15:15:48 +00:00
parent 0fc57cb903
commit 5491671b8b

View File

@ -2,7 +2,7 @@ package database
type CorpusEntry struct {
CRS string `json:"3ALPHA"`
NLC string `json:"NLC"`
NLC int `json:"NLC"`
NLCDESC string `json:"NLCDESC"`
NLCDESC16 string `json:"NLCDESC16"`
STANOX string `json:"STANOX"`