A minimal command-line tool to instantly create and open a new Go main.go file with a starter template.
gmkRunning gmk will:
- Create a
main.gofile (if one doesn't already exist). - Populate it with a basic Go template.
- Open the file in your favourite editor (its Neovim btw).
Built for speed and simplicity — so you can start coding without friction.