var golang.org/x/pkgsite/internal.BuildContexts
11 uses
golang.org/x/pkgsite/internal (current package)
build_context.go#L45: var BuildContexts = []BuildContext{
build_context.go#L70: for i, d := range BuildContexts {
build_context.go#L75: return len(BuildContexts) // unknowns sort last
symbol.go#L192: for _, b := range BuildContexts {
symbol.go#L209: return len(us.builds) == len(BuildContexts)
golang.org/x/pkgsite/internal/fetch
load.go#L85: for _, bc := range internal.BuildContexts {
load.go#L177: if len(docsByFiles) == 1 && len(pkg.docs) == len(internal.BuildContexts) {
golang.org/x/pkgsite/internal/frontend
search.go#L193: href := symbolLink(packagePath, s, internal.BuildContexts)
symbol.go#L165: if len(s.builds) != len(internal.BuildContexts) {
symbol.go#L194: if len(builds) == len(internal.BuildContexts) {
golang.org/x/pkgsite/internal/postgres
insert_symbol_history.go#L48: builds = internal.BuildContexts
![]() |
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. |