fuzz.go (139B)
1 // +build gofuzz 2 3 package httprule 4 5 func Fuzz(data []byte) int { 6 _, err := Parse(string(data)) 7 if err != nil { 8 return 0 9 } 10 return 0 11 }
gtsocial-umbxUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | README | LICENSE |