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
+6.7k Golang : Calculate pivot points for a cross
+13.9k Golang : Google Drive API upload and rename example
+28.9k Golang : Get first few and last few characters from string
+5.7k Golang : Launching your executable inside a console under Linux
+6.4k PHP : Shuffle to display different content or advertisement
+8.9k Golang : Inject/embed Javascript before sending out to browser example
+6.6k Golang : Skip or discard items of non-interest when iterating example
+5.4k Gogland : Datasource explorer
+5.8k Golang : List all packages and search for certain package
+5.8k Golang : Denco multiplexer example
+10.8k Golang : Sieve of Eratosthenes algorithm
+7.6k Golang : Error reading timestamp with GORM or SQL driver