golang.org/x/pkgsite/internal/frontend.Symbol.builds (field)
7 uses
golang.org/x/pkgsite/internal/frontend (current package)
symbol.go#L49: builds map[internal.BuildContext]bool
symbol.go#L59: if s.builds == nil {
symbol.go#L60: s.builds = map[internal.BuildContext]bool{}
symbol.go#L63: s.builds[b] = true
symbol.go#L165: if len(s.builds) != len(internal.BuildContexts) {
symbol.go#L166: for b := range s.builds {
symbol.go#L184: for build := range ps.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. |