Appearance
To run first basic example
mkdir test cd test go mod init github.com/<username>/test touch main.go go mod tidy go run main.go