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
|
// +build gofuzz
|
||||||
|
|
||||||
package redis
|
package fuzz
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
Loading…
Reference in New Issue