Skip to content

Commit

Permalink
remove dummy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
1lann committed Dec 12, 2021
1 parent 512d1d3 commit 796beec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func main() {
log.Printf("skipping %q: %v", osPathname, err)
return godirwalk.SkipNode
},
Unsorted: true, // (optional) set true for faster yet non-deterministic enumeration (see godoc)
Unsorted: true,
})
if err != nil {
panic(err)
Expand Down

0 comments on commit 796beec

Please sign in to comment.