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
+10.5k Golang : Generate random integer or float number
+8.5k Your page has meta tags in the body instead of the head
+9.6k Golang : Convert(cast) string to int64
+11k Golang : Sieve of Eratosthenes algorithm
+7.9k Golang : Generate human readable password
+5.3k Golang : Convert lines of string into list for delete and insert operation
+16.2k Golang : How to reverse elements order in map ?
+19.7k Golang : Set or Add HTTP Request Headers
+7k Mac OSX : Find large files by size
+10.9k PHP : Convert(cast) bigInt to string
+8k Swift : Convert (cast) String to Float
+8.8k Golang : Heap sort example