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
+6.8k Golang : Get expvar(export variables) to work with multiplexer
+26.4k Golang : Convert(cast) string to uint8 type and back to string
+8.9k Golang : Accept any number of function arguments with three dots(...)
+10.5k Swift : Convert (cast) String to Integer
+7.9k Golang : Lock executable to a specific machine with unique hash of the machine
+10.9k Android Studio : Checkbox for user to select options example
+11.5k Golang : Generate DSA private, public key and PEM files example
+8.5k Golang : Generate Datamatrix barcode
+16.9k Golang : How to generate QR codes?
+5.1k Golang : Check if a word is countable or not
+14k Golang : Human readable time elapsed format such as 5 days ago