Move fuzz to a sub-package

This commit is contained in:
Vladimir Mihailenco 2021-02-04 17:02:17 +02:00
parent 0abfa60737
commit 89da47939e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// +build gofuzz // +build gofuzz
package redis package fuzz
import ( import (
"context" "context"