17 lines
996 B
Go
17 lines
996 B
Go
/*
|
|
Generated with https://code.squareroundforest.org/arpio/docreflect
|
|
*/
|
|
|
|
|
|
package wand_test
|
|
import "code.squareroundforest.org/arpio/docreflect"
|
|
func init() {
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib", "")
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Bar", "\nfunc(out, a, b, c)")
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Baz", "\nfunc(o)")
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Foo", "Foo sums three numbers.\n\nfunc(a, b, c)")
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options", "")
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Duration", "")
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Foo", "")
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Time", "")
|
|
} |