Searched defs:constOrVarSymbol (Results 1 – 1 of 1) sorted by relevance
380 type constOrVarSymbol struct { struct381 sym string382 typ string // either "const" or "var"383 cast string // if non-empty, a type cast is required (used for enums)386 func (cs constOrVarSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) {