apiproxy
apiproxy copied to clipboard
Failing to build due to upstream API changes.
https://github.com/sourcegraph/httpcache has had a lot of commits recently. As a result, apiproxy is failing to build:
$ go build github.com/sourcegraph/apiproxy/...
# github.com/sourcegraph/apiproxy
./transport.go:36: undefined: httpcache.XCacheAge
I got the same issue, is there a fix for it yet?