Today we published gonew, an experimental tool for instantiating new projects in Go from predefined templates.

$ go install golang.org/x/tools/cmd/gonew@latest

  • tedu@azorius.net
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    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.