Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Walk ¶
Walk is a helper function that will automatically skip the `.git` directory. fastwalk is a fork of code that is a better, faster version of filepath.Walk. tl;dr since filepath.Walk get a complete FileInfo for every file, it's inherently slow. See https://github.com/golang/go/issues/16399
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.