refactor(installer): return function instead of M
This commit is contained in:
parent
bc235b7cd3
commit
932c0aa0c3
2 changed files with 7 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
local tags = require "gopher.struct_tags"
|
||||
local gopher = {}
|
||||
|
||||
gopher.install_deps = require("gopher.installer").install_all
|
||||
gopher.install_deps = require "gopher.installer"
|
||||
gopher.tags_add = tags.add
|
||||
gopher.tags_rm = tags.remove
|
||||
gopher.mod = require "gopher.gomod"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue