tommysalt

Results 2 comments of tommysalt

I added an if to catch the error and it seems it's missing an encoder. ```go err := encoder.Encode(person, form) if err != nil { fmt.Println(err) } ``` ``` schema:...

So it seems that it's not a bug but I find the behavior rather odd because if I follow the docs they mention > [...] > struct > [...] >...