type go/doc.Value
13 uses
go/doc (current package)
doc.go#L29: Consts []*Value
doc.go#L31: Vars []*Value
doc.go#L41: type Value struct {
doc.go#L56: Consts []*Value // sorted list of constants of (mostly) this type
doc.go#L57: Vars []*Value // sorted list of variables of (mostly) this type
filter.go#L52: func filterValues(a []*Value, f Filter) []*Value {
reader.go#L135: values []*Value // consts and vars
reader.go#L161: values []*Value // consts and vars
reader.go#L300: *values = append(*values, &Value{
reader.go#L771: func sortedValues(m []*Value, tok token.Token) []*Value {
reader.go#L772: list := make([]*Value, len(m)) // big enough in any case
 |
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. |