Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckErr ¶
CheckErr can be used to simplify test code that expects no errors. Instead of:
v, err := SomeFunc() if err != nil { .. }
we can use:
v := testutils.CheckErr(someFunc())
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package indenttree implements a simple text processor which parses a hierarchy defined using indentation; see Parse.
|
Package indenttree implements a simple text processor which parses a hierarchy defined using indentation; see Parse. |
Click to show internal directories.
Click to hide internal directories.