refactor(installer): change api
This commit is contained in:
parent
263692f865
commit
a3201f701e
2 changed files with 10 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ local uc = require "gopher._utils.commands"
|
|||
local gopher = {}
|
||||
|
||||
gopher.setup = require("gopher.config").setup
|
||||
gopher.install_deps = require "gopher.installer"
|
||||
gopher.install_deps = require("gopher.installer").install_deps
|
||||
gopher.impl = require("gopher.impl").impl
|
||||
gopher.iferr = require("gopher.iferr").iferr
|
||||
gopher.comment = require "gopher.comment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue