feat: add gomodifytags support

This commit is contained in:
Smirnov Olexander 2022-05-30 23:34:09 +03:00
parent ca1bc4bd06
commit 303b539475
4 changed files with 144 additions and 1 deletions

View file

@ -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