Add comment for fuzz

This commit is contained in:
Nathan Button 2018-08-30 15:05:50 -06:00
parent 0c2847c0bb
commit 8a54176704
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import (
"github.com/nbutton23/zxcvbn-go"
)
// Fuzz is used to run https://github.com/dvyukov/go-fuzz
func Fuzz(data []byte) int {
password := string(data)