I don't normally do this with guided projects, but I want you to take some time and document your program. Treat it as if you were releasing it for other developers to use.
Remember: Go programs are statically compiled binaries. After running go build or go install, you should be able to run your code without needing the go toolchain.
go run . is just for development. gator is for production.