Go 命令之 go
Go 大约 1758 字查看帮助
go
输出:
Go is a tool for managing Go source code.
Usage:
go <command> [arguments]
The commands are:
bug start a bug report
build compile packages and dependencies
clean remove object files and cached files
doc show documentation for package or symbol
env print Go environment information
fix update packages to use new APIs
fmt gofmt (reformat) package sources
generate generate Go files by processing source
get download and install packages and dependencies
install compile and install packages and dependencies
list list packages or modules
mod module maintenance
run compile and run Go program
test test packages
tool run specified go tool
version print Go version
vet report likely mistakes in packages
Use "go help <command>" for more information about a command.
Additional help topics:
buildmode build modes
c calling between Go and C
cache build and test caching
environment environment variables
filetype file types
go.mod the go.mod file
gopath GOPATH environment variable
gopath-get legacy GOPATH go get
goproxy module proxy protocol
importpath import path syntax
modules modules, module versions, and more
module-get module-aware go get
packages package lists and patterns
testflag testing flags
testfunc testing functions
Use "go help <topic>" for more information about that topic.
阅读 2130 · 发布于 2019-04-23
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
JavaScript 监听标签页切换阅读 1490
-
Linux 常用命令之内存相关命令阅读 2116
-
Linux 使用 dig 查询 DNS阅读 1096
-
软考-系统架构设计师:进程管理-银行家算法阅读 1618
-
Java 判断后缀是否匹配规则阅读 1969
-
Spring Boot 注入 Filter 过滤器的几种方式阅读 777
-
Spring Boot 使用 Jib 打包成 Docker 镜像阅读 785
-
Rust 标准库 API 字符串 String &str阅读 518
-
Windows 后台启动 Nginx、Redis、MongoDB、php-fpm阅读 3062
-
Vue $nextTick 解决 v-if 切换后操作 DOM 报错问题阅读 814