💾 Archived View for freeshell.de › tldr › go.gmi captured on 2023-04-20 at 00:04:46. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

go

Tool for managing go source code.
Some subcommands such as `go build` have their own usage documentation.

More information.

go get {package_path}
go run {file}.go
go build -o {executable} {file}.go
go build
go test
go install
go mod init {module_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY