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
+34.1k Golang : Create x509 certificate, private and public keys
+9.6k Golang : Read file with ioutil
+10k CodeIgniter : Load different view for mobile devices
+29.3k Golang : Save map/struct to JSON or XML file
+21.3k Golang : Create and resolve(read) symbolic links
+26.9k Golang : Force your program to run with root permissions
+7.5k SSL : How to check if current certificate is sha1 or sha2 from command line
+12.2k Golang : Get remaining text such as id or filename after last segment in URL path
+10.8k PHP : Convert(cast) bigInt to string
+8.9k Golang : Gaussian blur on image and camera video feed examples
+18.6k Golang : Find IP address from string
+47.8k Golang : Convert int to byte array([]byte)