config

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

go-playground-pkg.el (524B)


      1 (define-package "go-playground" "20240322.17" "Local Golang playground for short snippets."
      2   '((emacs "24")
      3     (go-mode "1.4.0")
      4     (gotest "0.13.0"))
      5   :commit "52227ad154249fc0df2e8a53fa9e2c76c5a6fc76" :authors
      6   '(("Alexander I.Grafov" . "grafov@inet.name"))
      7   :maintainers
      8   '(("Alexander I.Grafov" . "grafov@inet.name"))
      9   :maintainer
     10   '("Alexander I.Grafov" . "grafov@inet.name")
     11   :keywords
     12   '("tools" "golang")
     13   :url "https://github.com/grafov/go-playground")
     14 ;; Local Variables:
     15 ;; no-byte-compile: t
     16 ;; End: