Add comment generator (#10)
* feat(_utils.ts): get package * feat(_utils.ts): get interface * feat(_utils.ts): update type annotations * feat(comments): first naive implementation * docs: add comment [skip ci]
This commit is contained in:
parent
40a2839eab
commit
0fcdceeb89
5 changed files with 97 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.comment = require "gopher.comment"
|
||||
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