refactor(impl): change api
This commit is contained in:
parent
3e78f86d42
commit
263692f865
2 changed files with 12 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ local gopher = {}
|
|||
|
||||
gopher.setup = require("gopher.config").setup
|
||||
gopher.install_deps = require "gopher.installer"
|
||||
gopher.impl = require "gopher.impl"
|
||||
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