init - add project files
This commit is contained in:
10
vendor/github.com/gomarkdown/markdown/fuzz.go
generated
vendored
Normal file
10
vendor/github.com/gomarkdown/markdown/fuzz.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
//go:build gofuzz
|
||||
// +build gofuzz
|
||||
|
||||
package markdown
|
||||
|
||||
// Fuzz is to be used by https://github.com/dvyukov/go-fuzz
|
||||
func Fuzz(data []byte) int {
|
||||
Parse(data, nil)
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user