emacs/code/elpa/go-mode-20240620.1948/go-mode-pkg.el
2024-07-28 12:03:37 -04:00

9 lines
291 B
EmacsLisp

(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: