feat(comments): first naive implementation
This commit is contained in:
parent
2ad15dc7af
commit
bab71dd6b2
3 changed files with 52 additions and 0 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