go-mode-pkg.el (416B)
1 (define-package "go-mode" "20240620.1948" "Major mode for the Go programming language" 2 '((emacs "26.1")) 3 :commit "636d36e37a0d2b6adb2e12d802ff4794ccbba336" :authors 4 '(("The go-mode Authors")) 5 :maintainers 6 '(("The go-mode Authors")) 7 :maintainer 8 '("The go-mode Authors") 9 :keywords 10 '("languages" "go") 11 :url "https://github.com/dominikh/go-mode.el") 12 ;; Local Variables: 13 ;; no-byte-compile: t 14 ;; End: