Hi, I've got an issue declaring a http2 client
cli := &fasthttp.Client{
ConfigureClient: func(hc *fasthttp.HostClient) error {
return http2.ConfigureClient(hc, http2.ClientOpts{MaxResponseTime: clientMaxDuration})
}
/home/circleci/go/pkg/mod/github.com/dgrr/[email protected]/configure.go:21:18: ca.client.Do undefined (type *Client has no field or method Do)