Go kaynaklarını derle. Daha fazla bilgi için: https://golang.org/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}}