go/doc.Type.Consts (field)
6 uses
go/doc (current package)
doc.go#L60: Consts []*Value // sorted list of constants of (mostly) this type
doc.go#L166: p.collectValues(t.Consts)
filter.go#L84: td.Consts = filterValues(td.Consts, f)
filter.go#L88: n += len(td.Consts) + len(td.Vars) + len(td.Funcs) + len(td.Methods)
reader.go#L871: Consts: sortedValues(t.values, token.CONST),
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)