How to build Run "go build" from the project folder to build an executable for the system you run it from. How to run Run the executable created in the previous step Go to the project folder and run "go run !(*_test).go" to run the program directly in memory