Add iferr integration (#15)
* feat(iferr): add to installer & config * feat(iferr): add first implementation * docs(iferr): add
This commit is contained in:
parent
4b83da6d7f
commit
eb19ecdc05
6 changed files with 35 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ gopher.mod = require "gopher.gomod"
|
|||
gopher.get = require "gopher.goget"
|
||||
gopher.impl = require "gopher.impl"
|
||||
gopher.generate = require "gopher.gogenerate"
|
||||
gopher.iferr = require "gopher.iferr"
|
||||
gopher.comment = require "gopher.comment"
|
||||
gopher.test_add = gotests.func_test
|
||||
gopher.test_exported = gotests.all_exported_tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue