func golang.org/x/pkgsite/internal/stdlib.Contains
17 uses
golang.org/x/pkgsite/internal/stdlib (current package)
stdlib.go#L501: func Contains(path string) bool {
golang.org/x/pkgsite/internal
paths.go#L26: if stdlib.Contains(fullPath) {
golang.org/x/pkgsite/internal/frontend
404.go#L54: if stdlib.Contains(fullPath) {
404.go#L163: if stdlib.Contains(fullPath) {
fetch.go#L111: (stdlib.Contains(urlInfo.fullPath) && urlInfo.requestedVersion == internal.LatestVersion) {
fetch.go#L141: (stdlib.Contains(fullPath) && requestedVersion == internal.LatestVersion) {
header.go#L78: if stdlib.Contains(um.Path) {
imports.go#L52: if stdlib.Contains(p) {
redirect.go#L33: if !stdlib.Contains(shortcut) {
urlinfo.go#L55: if stdlib.Contains(parts[0]) {
urlinfo.go#L211: return !stdlib.Contains(fullPath) || requestedVersion == "master"
golang.org/x/pkgsite/internal/postgres
search.go#L818: if (fromMod == stdlib.ModulePath && stdlib.Contains(to)) || strings.HasPrefix(to+"/", fromMod+"/") {
golang.org/x/pkgsite/internal/symbol
apigodoc.go#L68: if stdlib.Contains(pkgPath) {
compare.go#L29: if stdlib.Contains(path) {
compare.go#L76: if stdlib.Contains(path) && shouldSkip(name) {
compare.go#L83: if !stdlib.Contains(path) {
compare.go#L114: if !stdlib.Contains(path) {
![]() |
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. |