Chris Morrow
|
ee119b0742
|
Keep the comment markers consistent.
|
2022-01-10 02:14:34 +00:00 |
|
Chris Morrow
|
f82be3d90b
|
Documentation update.
I believe you say: "Step" but mean "Next" since there is no Step()
function.
|
2022-01-10 01:57:22 +00:00 |
|
Julien Laffaye
|
52feea7744
|
Fix spelling error reported by goreportcard.com
|
2021-03-05 10:58:28 -05:00 |
|
jawr
|
06706f2625
|
Rework walker.Next to (hopefully) be clearer. Fix issues where it wouldn't correctly walk a directory with one file. Also prevent it trimming leading '/' from root.
|
2020-06-15 09:33:28 +09:00 |
|
Viorel Craescu
|
3b6697e5b6
|
fix_walk
|
2020-04-26 10:28:15 +03:00 |
|
johnepiscopo
|
37a04759dd
|
Fixed a typo so that we are no longer ignoring an error and am now using path.Join instead of fmt.Sprintf()
|
2020-03-10 14:26:54 +00:00 |
|
John Episcopo
|
74a8c4bcbc
|
Renamed Step func to Next() as per PR comments
|
2019-05-20 08:56:38 +01:00 |
|
John Episcopo
|
e6e290ca7f
|
Added initial logic and tests for the Walker
|
2019-05-01 17:00:01 +01:00 |
|