Skip to content

Use new client.Values type

Compare
Choose a tag to compare
@nilslice nilslice released this 18 Jan 20:20
de8dbd3

This release includes a breaking change to use a new local package type client.Values to use in place of the stdlib url.Values.

This does the work of maintaining order of multi-value slice fields, properly formatting the field key names like name.N, etc.