fix(init): use exist function for test_add
This commit is contained in:
parent
bfbee0f825
commit
1db0914cfc
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ gopher.mod = require "gopher.gomod"
|
|||
gopher.get = require "gopher.goget"
|
||||
gopher.impl = require "gopher.impl"
|
||||
gopher.generate = require "gopher.gogenerate"
|
||||
gopher.test_add = gotests.one_test
|
||||
gopher.test_add = gotests.func_test
|
||||
gopher.test_exported = gotests.all_exported_tests
|
||||
gopher.tests_all = gotests.all_tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue