Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSkipLine = errors.New("ReadTree: skip line") Root = struct{}{} )
Functions ¶
func Flatten ¶
func Flatten(pkgMap interface{}, root Tree, flatten FlattenFunc)
Types ¶
type FlattenFunc ¶
type FlattenFunc func(node interface{}) (key interface{}, value interface{})
type LineParser ¶
Click to show internal directories.
Click to hide internal directories.