💾 Archived View for freeshell.de › tldr › go-build.gmi captured on 2023-07-10 at 14:36:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Compile Go sources.
go build {path/to/main.go}
go build -o {path/to/binary} {path/to/source.go}
go build -o {path/to/binary} {path/to/package}
go build -race -o {path/to/executable} {path/to/main/package}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).