Golang playground cd "$GOPATH" mkdir src cd src git clone [email protected]:ysl2/playground-golang.git go run . go build . go mod init go mod tidy