A small collection of IntelliJ tips and tricks for getting more out of your day or simply doing the same amount for work with less effort.
1. Install the IntelliJ Go plugin from here
Enough said.
2....
All Golang programmer's are aware of how great "go get" is but until today I had not given much thought to how exactly it did or didn't do.
Some background; today one of my builds (in Travis...
For those of you like me who Go is not the first language you learned, you might be familiar with "Enums" or "Enumerated Types".
While Go does not have an enum per-say you can achieve...