Emacs mode for Golang
This tutorial is dedicated to a brother in Wisconsin.
Emacs depends on lisp mode for proper language syntax. The nearest is the C mode but it doesn't jive well without semicolons.
Below is the some yum and apt-get installs for getting the golang-mode for your Emacs
- Fedora/CentOS:
yum install emacs-golang
- Ubuntu/Debian:
apt-get install golang-mode
Happy Emacs-ing with Go!
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+19.2k Golang : Fix cannot download, $GOPATH not set error
+7.6k Golang : Getting Echo framework StartAutoTLS to work
+7.8k Golang : What fmt.Println() can do and println() cannot do
+25.5k Golang : missing Mercurial command
+7.7k Golang : Get today's weekday name and calculate target day distance example
+27.5k PHP : Count number of JSON items/objects
+15.8k Golang : How to reverse elements order in map ?
+10.5k Golang : Flip coin example
+5.2k Unix/Linux : How to archive and compress entire directory ?
+8.2k Golang : Convert word to its plural form example