mkdir first cd first go mod init example/first write first.go go build . go run .