spf13--viper/fuzz.go
2020-06-03 15:24:01 +01:00

7 lines
82 B
Go

package viper
func FuzzGet(data []byte) int {
_ = Get(string(data))
return 1
}