Files
bootdotdev-fcc-learn-golang…/course/12-local_development/exercises/8a-go_build
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00
..
2023-05-01 15:25:27 -06:00
2023-05-01 15:25:27 -06: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