google / go-querystring

go-querystring is Go library for encoding structs into URL query strings.

Home Page:https://pkg.go.dev/github.com/google/go-querystring/query

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up tests

willnorris opened this issue · comments

I wrote most of the tests for this package, and even I have trouble following what they're actually doing, much less have confidence that they're actually covering all of the cases that we care about. I don't have a lot of immediate ideas for what needs to happen, though using better type and field names is probably a good start.

done in 1edf4fb and subsequent commits.