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

15 lines
416 B
EmacsLisp

(define-package "go-mode" "20230624.2315" "Major mode for the Go programming language"
'((emacs "26.1"))
:commit "f21347ae9cf68ea33031bf5125896e8f16c8183c" :authors
'(("The go-mode Authors"))
:maintainers
'(("The go-mode Authors"))
:maintainer
'("The go-mode Authors")
:keywords
'("languages" "go")
:url "https://github.com/dominikh/go-mode.el")
;; Local Variables:
;; no-byte-compile: t
;; End: