Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

go-querystring comma struct tag isn't respected by gorilla/schema #30

Open
sqs opened this issue Feb 23, 2015 · 0 comments
Open

go-querystring comma struct tag isn't respected by gorilla/schema #30

sqs opened this issue Feb 23, 2015 · 0 comments
Labels

Comments

@sqs
Copy link
Member

sqs commented Feb 23, 2015

Some XxxOptions fields (e.g., URIs) use the go-querystring comma struct tag option, which causes slice values to be joined by comma in the resulting querystring.

However, gorilla/schema doesn't respect this, so it deserializes a comma-separated value as a single value.

@sqs sqs added the bug label Feb 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant