feat: add "go mod" support

This commit is contained in:
Smirnov Olexander 2022-05-31 00:51:44 +03:00
parent 49d99135be
commit 807a0744a1
2 changed files with 20 additions and 0 deletions

View file

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