walkers: writing some bytes

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-06-07 16:25:42 -04:00
parent ae652ba149
commit ae102a788a
Signed by: vbatts
GPG key ID: 10937E57733F1362
7 changed files with 659 additions and 1 deletions

View file

@ -13,5 +13,8 @@ func init() {
const Name = "writeNumFuzz"
func FuzzFunc(path string, info os.FileInfo) error {
if !info.Mode().IsRegular() {
return nil
}
return nil
}