Go Gettng Started
Jump to navigation
Jump to search
https://www.wolfe.id.au/2020/03/10/starting-a-go-project/
mkdir foo cd foo vim a.go go mod init example1 go mod tidy go build a.go ./a