A golang learning excercise
Thanks to Alex Edwards for his helpful post. I followed a few guidelines, which should work well for any other code editor out there:
- Debug
- Lint / Pretty Format
- Auto Import (import statements are added as packages are being used)
- Auto Complete (less emphasized of all editor features for the purposes of learning)