this repo has no description
0
fork

Configure Feed

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

remove stale comment

-1
-1
cmd/lexgen/generate.go
··· 213 213 return "map[string]any", nil 214 214 } 215 215 case lexicon.SchemaRef: 216 - // XXX: this currently assumes that a struct is being referenced, but it might actually be something like an array or strings (with known values) 217 216 ptr := "" 218 217 if optional { 219 218 ptr = "*"