emacs/code/elpa/go-mode-20240620.1948/go-mode-pkg.el

9 lines
291 B
EmacsLisp
Raw Normal View History

2024-07-28 16:03:37 +00:00
(define-package "go-mode" "20240620.1948" "Major mode for the Go programming language"
'((emacs "26.1"))
:commit "636d36e37a0d2b6adb2e12d802ff4794ccbba336" :keywords
'("languages" "go")
:url "https://github.com/dominikh/go-mode.el")
;; Local Variables:
;; no-byte-compile: t
;; End: