package building_Go_requires_Go_1_24_6_or_later
import "cmd/dist"
Dist helps bootstrap, build, and test the Go distribution.
Usage:
go tool dist [command]
The commands are:
banner print installation banner bootstrap rebuild everything clean deletes all built files env [-p] print environment (-p: include $PATH) install [dir] install individual directory list [-json] list all supported platforms test [-h] run Go test(s) version print Go version
Index ¶
Constants ¶
const ( PROCESSOR_ARCHITECTURE_AMD64 = 9 PROCESSOR_ARCHITECTURE_INTEL = 0 PROCESSOR_ARCHITECTURE_ARM64 = 12 PROCESSOR_ARCHITECTURE_IA64 = 6 )
See https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info
const ( CheckExit = 1 << iota ShowOutput Background )
Source Files ¶
build.go buildgo.go buildruntime.go buildtag.go buildtool.go doc.go exec.go imports.go main.go notgo124.go quoted.go sys_windows.go test.go testjson.go util.go util_gc.go
- Version
- v1.26.0-rc.1
- Published
- Dec 15, 2025
- Platform
- windows/amd64
- Imports
- 26 packages
- Last checked
- 17 seconds ago –
Tools for package owners.