1package regnault 2 3type Example struct { 4 LexiconTypeID string `json:"$type,const=dev.regnault.example" cborgen:"$type,const=dev.regnault.example"` 5 Test string `json:"test" cborgen:"test"` 6}