Learning Golang Creating a Go project mkdir go-app cd go-app go mod init github.com/<USERNAME>/go-app Executing a Go file go run <path-to-file>