You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go test -v ./...
# github.com/circonus-labs/circonus-gometrics
./submit.go:144:24: cannot use func literal (type func(*log.Logger, *http.Request, int)) as type retryablehttp.RequestLogHook in assignment
so it is easy to fix via change the type of the first argument
The text was updated successfully, but these errors were encountered:
peczenyj
added a commit
to peczenyj/circonus-gometrics
that referenced
this issue
Jan 3, 2019
on this commit,
go-retryablehttp
change some types to use new interfaceshashicorp/go-retryablehttp@f976417
so it is easy to fix via change the type of the first argument
The text was updated successfully, but these errors were encountered: