var go/build.knownArch
4 uses
go/build (current package)
build.go#L1948: if n >= 2 && knownOS[l[n-2]] && knownArch[l[n-1]] {
build.go#L1951: if n >= 1 && (knownOS[l[n-1]] || knownArch[l[n-1]]) {
build.go#L1958: var knownArch = make(map[string]bool)
build.go#L1965: knownArch[v] = true
![]() |
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. |