*: proper cli and vendoring
using `github.com/LK4D4/vndr` Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
c8893f8f46
commit
790ac3077a
282 changed files with 173552 additions and 18 deletions
8
walker/func.go
Normal file
8
walker/func.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package walker
|
||||
|
||||
import (
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
type FuzzFunc func(path string, info os.FileInfo, timeout time.Duration) error
|
Loading…
Add table
Add a link
Reference in a new issue