Emacs: Xah Go Mode 📦
xah-go-mode.el
is a emacs major mode for working with Golang
.

Get it by Donation
Goto paypal.com, send $32 to Xah@XahLee.org (be sure to include your correct email address. I need that to send it to you.)
Write in message area: xah-go-mode.el
Features
this is the most barebones go mode.
- Correct Syntax coloring of ALL go words. If it's not colored, you have a typo.
- Keyword completion. Press Tab after a word to complete.
- Format source code. Press a key to reformat current buffer. Emacs: Format Golang Code 🚀. No more manual indentation.
- Abbreviations: over 30 abbrevs for the most used contructs, such as if statement and error checking code.