go-tag-pkg.el (450B)
1 (define-package "go-tag" "20230111.651" "Edit Golang struct field tag" 2 '((emacs "24.0") 3 (go-mode "1.5.0")) 4 :commit "33f2059551d5298ca228d90f525b99d1a8d70364" :authors 5 '(("Brantou" . "brantou89@gmail.com")) 6 :maintainers 7 '(("Brantou" . "brantou89@gmail.com")) 8 :maintainer 9 '("Brantou" . "brantou89@gmail.com") 10 :keywords 11 '("tools") 12 :url "https://github.com/brantou/emacs-go-tag") 13 ;; Local Variables: 14 ;; no-byte-compile: t 15 ;; End: