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
+11.9k Golang : Clean formatting/indenting or pretty print JSON result
+5.9k Linux/MacOSX : Search for files by filename and extension with find command
+30.7k error: trying to remove "yum", which is protected
+29.5k Golang : Record voice(audio) from microphone to .WAV file
+32.6k Golang : Regular Expression for alphanumeric and underscore
+7.3k Android Studio : How to detect camera, activate and capture example
+8.9k Golang : Inject/embed Javascript before sending out to browser example
+15.1k Golang : Save(pipe) HTTP response into a file
+8.7k Yum Error: no such table: packages
+8.7k Golang : Random integer with rand.Seed() within a given range
+10k Golang : How to tokenize source code with text/scanner package?
+18k Golang : Check if a directory exist or not