Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MichaelTJones/walk
/ types & classes
Types & classes
5 in github.com/MichaelTJones/walk
⨍
Functions
42
◇
Types & classes
5
Struct
Node
walk_test.go:21
Struct
VisitData
walk.go:40
FuncType
WalkFunc
WalkFunc is the type of the function called for each file or directory visited by Walk. The path argument contains the argument to Walk as a prefix; t
walk.go:35
Struct
WalkState
walk.go:45
Struct
lazybuf
A lazybuf is a lazily constructed path buffer. It supports append, reading previously appended bytes, and retrieving the final string. It does not all
walk.go:188