*: proper cli and vendoring

using `github.com/LK4D4/vndr`

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-06-05 16:53:08 -04:00
parent c8893f8f46
commit 790ac3077a
Signed by: vbatts
GPG key ID: 10937E57733F1362
282 changed files with 173552 additions and 18 deletions

8
walker/func.go Normal file
View file

@ -0,0 +1,8 @@
package walker
import (
"os"
"time"
)
type FuzzFunc func(path string, info os.FileInfo, timeout time.Duration) error