Golang 命令之 go
Golang 大约 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.
阅读 1335 · 发布于 2019-04-23
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
JMeter 更改报告中的时间戳格式阅读 913
-
Docker 部署 PostgreSQL阅读 371
-
Linux 之 CentOS yum 安装 PHP7.2阅读 1849
-
Docker 部署 GitLab阅读 476
-
Spring Boot 配置文件中设置 List 和 Map阅读 5096
-
Windows10 Hyper-V 安装 CentOS阅读 303
-
算法:解析中缀表达式阅读 602
-
Android ListView 数据集为空时显示的视图阅读 1156
-
算法每日一题20190622:罗马数字转整数阅读 1654
-
Prometheus+Grafana+mysqld_exporter 监控 MySQL阅读 364