golang.org/x/pkgsite/internal/frontend.Symbol.Builds (field)
8 uses
golang.org/x/pkgsite/internal/frontend (current package)
symbol.go#L46: Builds []string
symbol.go#L167: s.Builds = append(s.Builds, fmt.Sprintf("%s/%s", b.GOOS, b.GOARCH))
symbol.go#L169: sort.Strings(s.Builds)
symbol.go#L275: return compareStringSlices(s1.Builds, s2.Builds) < 0
symbol.go#L308: addSymbol(s, v, sh, s.Builds)
symbol.go#L311: addSymbol(c, v, sh, s.Builds)
 |
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. |