mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-10 07:11:19 +00:00
Go Build
go build compiles go code into an executable program
Build an executable
Ensure you are in your hellogo repo, then run:
go build
Run the new program:
./hellogo