You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package main
import"github.com/gookit/goutil/structs"funcmaint() {
typeConfigstruct {
Ints [3]int`default:"1,2,3"`
}
varcConfigstructs.InitDefaults(&c)
// panic: reflect.Set: value of type []int is not assignable to type [3]int
}
linux
1.22.3
0.6.15
goutil/structs/init.go
Lines 190 to 193 in 9ef6bd0
Need something like:
The text was updated successfully, but these errors were encountered: