Generate specs for every Go package by reading the current source tree and documenting exported types, functions, and methods in a mirrored specs/ layout. Co-Authored-By: Virgil <virgil@lethean.io> |
||
|---|---|---|
| .. | ||
| README.md | ||
testcmd
Import: dappco.re/go/core/crypt/cmd/testcmd
Files: 4
Types
None.
Functions
AddTestCommands
func AddTestCommands(root *cli.Command)
AddTestCommands registers the 'test' command and all subcommands. Usage: call AddTestCommands(...) during the package's normal workflow.