go tool dist
dist工具是属于go的一个引导工具,它负责构建C程序(如Go编译器)和Go工具的初始引导副本。它也可以作为一个包罗万象用shell脚本替换以前完成的零工。通过“go tool dist”命令可以操作该工具。
go tool dist
usage: go tool dist [command]
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
使用go tool dist list可以输出当前安装Go版本所支持的操作系统与架构。
参考:https://blog.csdn.net/byxiaoyuonly/article/details/112492264
最后编辑: kuteng 文档更新时间: 2022-07-29 14:34 作者:kuteng