- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Today we published gonew, an experimental tool for instantiating new projects in Go from predefined templates.
$ go install golang.org/x/tools/cmd/gonew
Today we published gonew, an experimental tool for instantiating new projects in Go from predefined templates.
$ go install golang.org/x/tools/cmd/gonew
I usually forget something basic like “package main” when starting with a totally blank file, which isn’t hard to fix, but is probably frustrating when you’re just looking at a syntax error with no experience.