forked from mirror/redis
Move fuzz to a sub-package
This commit is contained in:
parent
0abfa60737
commit
89da47939e
|
@ -1,6 +1,6 @@
|
|||
// +build gofuzz
|
||||
|
||||
package redis
|
||||
package fuzz
|
||||
|
||||
import (
|
||||
"context"
|
Loading…
Reference in New Issue