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.6k Golang : A program that contain another program and executes it during run-time
+10.8k Golang : Read until certain character to break for loop
+18.7k Golang : Check whether a network interface is up on your machine
+6.9k CloudFlare : Another way to get visitor's real IP address
+4.4k JavaScript : Rounding number to decimal formats to display currency
+6.1k Golang : Selection sort example
+5.8k Golang : Measure execution time for a function
+33.6k Golang : Create x509 certificate, private and public keys
+9.7k Golang : Ordinal and Ordinalize a given number to the English ordinal numeral
+32.5k Golang : How to check if a date is within certain range?
+26.8k Golang : Find files by name - cross platform example
+26.4k Golang : Convert file content into array of bytes