Duncan Harris
Duncan Harris
I have Go installed to a non-standard path. With Go 1.9 all you need is the `go` executable on the path and then Go figures everything out from there. However...
https://github.com/nytimes/gziphandler/blob/2f8bb1d30d9d69c8e0c3714da5a9917125a87769/gzip.go#L202 `len(w.buf)` is always zero at this point because of previous line: `w.buf = nil`
* Add v2 using generics * Update CI build to build v1 and v2 separately using different Go versions
Problem with [API documentation](guidance.data.gov.uk/get_data/api_documentation/) page. In your curl example: ``` curl 'https://data.gov.uk/api/action/package_search?fq=publisher=peterborough-city-council’ ``` the right hand single quote is not a "Apostrophe" (`U+0027`) quote but rather "Right Single Quotation Mark"...
### What version of Go are you using (`go version`)? $ go version go version go1.14.4 linux/amd64 ### Does this issue reproduce with the latest release? Yes ### What operating...