go build

Go kaynaklarını derle. Daha fazla bilgi için: https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies.

go build {{örnek/konum/main.go}}

go build -o {{örnek/konum/binary}} {{örnek/konum/kaynak.go}}

go build -o {{örnek/konum/binary}} {{örnek/konum/paket}}

go build -race -o {{örnek/konum/çalıştırılabilir}} {{örnek/konum/ana_paket}}