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
+17.5k Golang : How to make a file read only and set it to writable again?
+31.9k Golang : Math pow(the power of x^y) example
+18.3k Golang : Set, Get and List environment variables
+8.8k Golang : How to capture return values from goroutines?
+6.6k Get Facebook friends working in same company
+7k Golang : Of hash table and hash map
+5.1k Golang : Return multiple values from function
+13.2k Golang : Increment string example
+7.5k Golang : Test if an input is an Armstrong number example
+10.3k Golang : ISO8601 Duration Parser example
+4.7k Google : Block or disable caching of your website content
+10k Golang : cannot assign type int to value (type uint8) in range error