Skip to content

Commit 89da479

Browse files
committed
Move fuzz to a sub-package
1 parent 0abfa60 commit 89da479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz.go renamed to fuzz/fuzz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// +build gofuzz
22

3-
package redis
3+
package fuzz
44

55
import (
66
"context"

0 commit comments

Comments
 (0)