feat: add "go mod" support
This commit is contained in:
parent
49d99135be
commit
807a0744a1
2 changed files with 20 additions and 0 deletions
|
|
@ -4,5 +4,6 @@ local gopher = {}
|
|||
gopher.install_deps = require("gopher.installer").install_all
|
||||
gopher.tags_add = tags.add
|
||||
gopher.tags_rm = tags.remove
|
||||
gopher.mod = require "gopher.gomod"
|
||||
|
||||
return gopher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue