This time I want to share my learning results sourced from freeCodeCamp.
To run it, you can build
go buildor running
go run main.goif you just want to run the application.
When you are doing a build and an error occurs
go: go.mod file not found in current directory or any parent directory; see 'go help modules'
You can run this command
go env -w GO111MODULE=off
Thank you and Happy Coding!