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
+14.3k How to automatically restart your crashed Golang server
+5.6k Unix/Linux/MacOSx : Get local IP address
+8k Golang : HTTP Server Example
+50.7k Golang : Disable security check for HTTPS(SSL) with bad or expired certificate
+25.7k Golang : Convert IP address string to long ( unsigned 32-bit integer )
+5.2k Golang : How to deal with configuration data?
+35.7k Golang : Get file last modified date and time
+12.5k Golang : Pass database connection to function called from another package and HTTP Handler
+22.3k Golang : Convert Unix timestamp to UTC timestamp
+28k Golang : Connect to database (MySQL/MariaDB) server
+6.1k Golang : How to get capacity of a slice or array?