Skip to content

Commit fad3aa5

Browse files
committed
comment
1 parent 23f0204 commit fad3aa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino/builder/sketch.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func SketchSaveItemCpp(item *sketch.Item, destPath string) error {
5858
return nil
5959
}
6060

61+
// SimpleLocalWalk locally replaces filepath.Walk and/but goes through symlinks
6162
func SimpleLocalWalk(root string, walkFn func(path string, info os.FileInfo, err error) error) error {
6263
info, err := os.Stat(root)
6364

0 commit comments

Comments
 (0)