We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f2059 commit 8cfe196Copy full SHA for 8cfe196
go-tag.el
@@ -6,7 +6,7 @@
6
;; URL: https://github.com/brantou/emacs-go-tag
7
;; Keywords: tools
8
;; Version: 1.1.0
9
-;; Package-Requires: ((emacs "24.0")(go-mode "1.5.0"))
+;; Package-Requires: ((emacs "24.0"))
10
11
;; This program is free software: you can redistribute it and/or modify
12
;; it under the terms of the GNU General Public License as published by
@@ -42,8 +42,6 @@
42
43
;;; Code:
44
45
-(require 'go-mode)
46
-
47
(defgroup go-tag nil
48
"Modify field tag for struct fields."
49
:prefix "go-tag-"
0 commit comments