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
+3.2k Golang : Constant and variable names in native language
+24.2k Golang : Interpolating or substituting variables in string examples
+4.5k Golang : A simple forex opportunities scanner
+8.6k Golang : Qt progress dialog example
+6.7k Golang : Random Rune generator
+11.6k Golang : Convert(cast) int to float example
+9.3k SSL : The certificate is not trusted because no issuer chain was provided
+6.1k Golang : Use regular expression to get all upper case or lower case characters example
+3.6k Golang : Scan forex opportunities by Bollinger bands
+6.9k Golang : Proper way to test CIDR membership of an IP 4 or 6 address example
+25.6k Golang : Math pow(the power of x^y) example
+8.1k Golang : How to unmarshal JSON inner/nested value and assign to specific struct?