fuzz: put fuzzing stuff in own build tag (#1215)

No need to have this build all the time.
This commit is contained in:
Miek Gieben
2017-11-10 13:59:42 +00:00
committed by GitHub
parent 4443b4a096
commit 0186aadfcf
5 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
// +build fuzz
package cache
import (