refactor(iferr): change api

This commit is contained in:
Smirnov Oleksandr 2023-07-19 20:26:20 +03:00
parent 36f2006b98
commit 3e78f86d42
2 changed files with 8 additions and 7 deletions

View file

@ -6,7 +6,7 @@ local gopher = {}
gopher.setup = require("gopher.config").setup
gopher.install_deps = require "gopher.installer"
gopher.impl = require "gopher.impl"
gopher.iferr = require "gopher.iferr"
gopher.iferr = require("gopher.iferr").iferr
gopher.comment = require "gopher.comment"
gopher.tags_add = tags.add