config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

go-mode-pkg.el (416B)


      1 (define-package "go-mode" "20230823.2304" "Major mode for the Go programming language"
      2   '((emacs "26.1"))
      3   :commit "8dce1e3ba1cdc34a856ad53c8421413cfe33660e" :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: