`gonew` - the official Golang scaffolder is in alpha

Russ Cox, from the maintainers of Go, released a new prototype for the a new standard Go tool: gonew From the blog post, you can see it doesn’t do much, which feels very at home for Go: $ go install golang.org/x/tools/cmd/gonew@latest And then you can point to any go project on the web, and basically rename it: $ gonew golang.org/spf13/cobra example.com/my-cli $ cd ./my-cli Obviously, cobra is not a good candidate to use as a template....

July 31, 2023 · 2 min · Dror Nir