Documentation ¶
Overview ¶
Package pipe implements walking a directory in a deterministic order.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
type Entry struct { // points to the old node if available, interface{} is used to prevent // circular import Node interface{} // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.