1 package fuzz 2 3 import ( 4 "testing" 5 ) 6 7 func FuzzOss(f *testing.F) { 8 fuzz(f) 9 } 10
View as plain text