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
+9.3k Golang : Intercept and compare HTTP response code example
+10.4k Golang : Use regular expression to get all upper case or lower case characters example
+19.7k Golang : Example for DSA(Digital Signature Algorithm) package functions
+8.1k Javascript : Put image into Chrome browser's console
+6.8k Golang : Embedded or data bundling example
+23.6k Golang : Check if element exist in map
+14.7k Golang : How to pass map to html template and access the map's elements
+9.4k nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
+24.8k Golang : How to validate URL the right way
+6k Unix/Linux : Get reboot history or check when was the last reboot date
+18.9k Golang : Iterating Elements Over A List
+5.6k Golang : Get S3 or CloudFront object or file information