Startup

Build

$ go build main.go
$ go build -o output-file-name main.go

Deps

$ go get [dep-name]

最后更新于

这有帮助吗?