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
+5k Javascript : Change page title to get viewer attention
+12.9k Generate salted password with OpenSSL example
+5k Golang : Reclaim memory occupied by make() example
+5.7k Golang : Experimenting with the Rejang script
+10.2k Golang : Get local time and equivalent time in different time zone
+5.5k Golang : Markov chains to predict probability of next state example
+6.5k Golang : Pat multiplexer routing example
+5k Swift : Convert string array to array example
+13k Golang : Get constant name from value
+12.8k Golang : Convert(cast) int to int64
+34.5k Golang : Integer is between a range
+21.3k Golang : Use TLS version 1.2 and enforce server security configuration over client