Nils Janson

Results 1 issues of Nils Janson

I plan to fix the issue described below for encoding nested struct arrays. Currently this structure ``` go type Nested struct { A string `url:"theA,omitempty"` B string `url:"theB,omitempty"` } type...