package
0.1.18
Repository: https://github.com/go-go-golems/clay.git
Documentation: pkg.go.dev

# Functions

NewWalker creates a new Walker with the provided options.
WithFilter sets a filter function for the Walker.
WithFollowSymlinks sets whether the walker should follow symbolic links.
WithFS sets the file system for the Walker.
WithPaths sets the paths for the Walker.

# Constants

No description provided by the author
No description provided by the author

# Structs

Node represents a file or directory in the AST.
Walker traverses the file system and builds the AST.

# Type aliases

NodeType represents the type of the node: file or directory.
VisitFunc defines the function signature for pre- and post-visit callbacks.
WalkerOption defines a function type for configuring the Walker.