go/doc.namedType.values (field)
5 uses
go/doc (current package)
reader.go#L135: values []*Value // consts and vars
reader.go#L296: values = &typ.values // associate with that type
reader.go#L707: r.values = append(r.values, t.values...)
reader.go#L804: Consts: sortedValues(t.values, token.CONST),
reader.go#L805: Vars: sortedValues(t.values, token.VAR),
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |