Add the go-mode package

This commit is contained in:
Gergely Polonkai 2018-08-28 18:06:02 +02:00
parent dc502b59f1
commit 3f15bc72cf
2 changed files with 8 additions and 0 deletions

View File

@ -2828,6 +2828,13 @@ directory. It is available from [[http://plantuml.com/download][here]].
:mode "\\.csv\\'")
#+END_SRC
** The Go programming language
#+BEGIN_SRC emacs-lisp
(use-package go-mode
:mode "\\.go\\'")
#+END_SRC
* Games
** Gnu Go

View File

@ -89,6 +89,7 @@
gitignore-mode
gitlab
gnugo
go-mode
gobgen
google
goto-last-change