Development
Native Development
If you're writing a small project with a few endpoints then running Go in your terminal shouldn't be much of a problem. You can use live-reload while you're editing your code in your favourite editor.
To run the service without building, run go run .
which will achieve the same result as running ./go-boilerplate
after building the binary.
The name go-boilerplate
will change if you change the package name as mentioned here.