replace go-add-tags with go-tag
go-add-tags isn't maintained and has a few issues. This library will fix those issues by using a binary intended for this.
This commit is contained in:
parent
9cb535043c
commit
1fcf210bd4
4 changed files with 9 additions and 3 deletions
|
@ -14,6 +14,9 @@
|
|||
(unless (executable-find "gotests")
|
||||
(warn! "Couldn't find gotests. Generating tests will not work"))
|
||||
|
||||
(unless (executable-find "gomodifytags")
|
||||
(warn! "Couldn't find gomodifytags. Manipulating struct tags will not work"))
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(require 'company-go)
|
||||
(unless (executable-find company-go-gocode-command)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue