feat: add gomodifytags support
This commit is contained in:
parent
ca1bc4bd06
commit
303b539475
4 changed files with 144 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
local tags = require "gopher.struct_tags"
|
||||
local gopher = {}
|
||||
|
||||
gopher.install_deps = require("gopher.installer").install_all
|
||||
gopher.tags_add = tags.add
|
||||
gopher.tags_rm = tags.remove
|
||||
|
||||
return gopher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue