David Lars Ketch
David Lars Ketch
Really interesting feature. Two things I'm curious about: - what are some use cases you considered for this feature? For decoding from HTML-based `POST`s, a client can readily provide default...
I was following with the use case pretty well and agree, prima facie, that there's a clarity to signalling a default value, but got a bit hung up on this...
Hey @Eleron8, I'm not able to reproduce the issue with the above code snippet. Here's what I did: ``` import ( "fmt" "net/http" "net/http/httptest" "reflect" "strings" "github.com/gorilla/schema" ) type RequestParams...
Checks out to me, I recommend this is merged in after #253
Not yet, just trying to lend a hand with review. I think @elithrar is still the only one with write permissions.