this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

don't output JSON const= tag (not a real tag)

+1 -1
+1 -1
lex/type_schema.go
··· 651 651 if ts.defName != "" && ts.defName != "main" { 652 652 cval += "#" + ts.defName 653 653 } 654 - pf("\tLexiconTypeID string `json:\"$type,const=%s%s\" cborgen:\"$type,const=%s%s\"`\n", cval, omit, cval, omit) 654 + pf("\tLexiconTypeID string `json:\"$type%s\" cborgen:\"$type,const=%s%s\"`\n", omit, cval, omit) 655 655 } else { 656 656 //pf("\tLexiconTypeID string `json:\"$type,omitempty\" cborgen:\"$type,omitempty\"`\n") 657 657 }