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
+4.4k Golang : Remove or trim extra comma from CSV
+6.4k Golang : Overwrite previous output with count down timer
+5.2k Golang : Detect user location with HTML5 geo-location
+9k Golang : Get IP addresses of a domain name
+3.2k Golang: Prevent over writing file with md5 hash
+5.6k Golang : Listen and Serve on sub domain example
+9.6k Golang : Check if a file exist or not
+2.4k PHP : Hide PHP version information from curl
+6.4k Swift : Convert (cast) Float to String
+16.6k Golang : How to verify uploaded file is image or allowed file types
+4.3k Golang : Iterate linked list example