refactor(impl): change api

This commit is contained in:
Smirnov Oleksandr 2023-07-19 20:43:28 +03:00
parent 3e78f86d42
commit 263692f865
2 changed files with 12 additions and 8 deletions

View file

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