mirror of
https://github.com/spf13/viper
synced 2025-04-28 00:07:22 +00:00
Merge 59b7b4c50d
into 1508a7ba44
This commit is contained in:
commit
9c21a508f7
1 changed files with 6 additions and 0 deletions
6
fuzz.go
Normal file
6
fuzz.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package viper
|
||||
|
||||
func FuzzGet(data []byte) int {
|
||||
_ = Get(string(data))
|
||||
return 1
|
||||
}
|
Loading…
Add table
Reference in a new issue