walkers: writing some bytes
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
ae652ba149
commit
ae102a788a
7 changed files with 659 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue