Update NLC type from string to int
This commit is contained in:
parent
0fc57cb903
commit
5491671b8b
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user