- 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 must be grumpy because when I saw the blog post I thought it was kind of dumb when
git clone
gives you all you need and is universal. It felt a bit like a needless solution.That being said, integration into gopls and IDE: yes please and thank you. 👍