const golang.org/x/pkgsite/internal.All
25 uses
golang.org/x/pkgsite/internal (current package)
build_context.go#L25: match := func(pat, targ string) bool { return pat == "" || targ == All || pat == targ }
build_context.go#L31: const All = "all"
build_context.go#L34: BuildContextAll = BuildContext{All, All}
golang.org/x/pkgsite/internal/fetch
load.go#L135: GOOS: internal.All,
load.go#L136: GOARCH: internal.All,
load.go#L179: pkg.docs[0].GOOS = internal.All
load.go#L180: pkg.docs[0].GOARCH = internal.All
load.go#L182: s.GOOS = internal.All
load.go#L183: s.GOARCH = internal.All
golang.org/x/pkgsite/internal/frontend
main.go#L243: docs[0].GOOS = internal.All
main.go#L244: docs[0].GOARCH = internal.All
golang.org/x/pkgsite/internal/postgres
insert_symbol_history.go#L47: if doc.GOOS == internal.All {
golang.org/x/pkgsite/internal/testing/sample
sample.go#L52: GOOS = internal.All
sample.go#L53: GOARCH = internal.All
sample.go#L85: GOOS: internal.All,
sample.go#L86: GOARCH: internal.All,
sample.go#L95: GOOS: internal.All,
sample.go#L96: GOARCH: internal.All,
sample.go#L105: GOOS: internal.All,
sample.go#L106: GOARCH: internal.All,
sample.go#L116: GOOS: internal.All,
sample.go#L117: GOARCH: internal.All,
sample.go#L126: GOOS: internal.All,
sample.go#L127: GOARCH: internal.All,
 |
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. |