licaonfee

Results 5 issues of licaonfee

help wanted
good first issue
documentation

Given the following code ```go package main import ( "fmt" "github.com/creasty/defaults" ) type Kitten struct { MaxHP int `default:"powerfull"` } func main() { var k Kitten if err := defaults.Set(&k);...