Skip to content

Commit 8cfe196

Browse files
committed
Don't depend on go-mode
1 parent 33f2059 commit 8cfe196

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go-tag.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; URL: https://github.com/brantou/emacs-go-tag
77
;; Keywords: tools
88
;; Version: 1.1.0
9-
;; Package-Requires: ((emacs "24.0")(go-mode "1.5.0"))
9+
;; Package-Requires: ((emacs "24.0"))
1010

1111
;; This program is free software: you can redistribute it and/or modify
1212
;; it under the terms of the GNU General Public License as published by
@@ -42,8 +42,6 @@
4242

4343
;;; Code:
4444

45-
(require 'go-mode)
46-
4745
(defgroup go-tag nil
4846
"Modify field tag for struct fields."
4947
:prefix "go-tag-"

0 commit comments

Comments
 (0)