feat(gotests): add generate one test
docs(gotests): add generate one test
This commit is contained in:
parent
507ccb6347
commit
8b3c68e38a
5 changed files with 74 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
local tags = require "gopher.struct_tags"
|
||||
local gotests = require "gopher.gotests"
|
||||
local gopher = {}
|
||||
|
||||
gopher.install_deps = require "gopher.installer"
|
||||
|
|
@ -8,5 +9,6 @@ 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
|
||||
|
||||
return gopher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue