Rodrigo Beceiro
Results
3
comments of
Rodrigo Beceiro
change where it says: login := []interface{}{"admin", "init", []int{0,.... to login := []interface{}{"admin", "init", []int{0,4,... This will fix the issue.
> > change where it says: login := []interface{}{"admin", "init", []int{0,.... > > to > > login := []interface{}{"admin", "init", []int{0,4,... > > This will fix the issue. > >...
+1 on this request