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
{{ message }}
This repository was archived by the owner on May 9, 2021. It is now read-only.
var (
// Deprecated: Use ClientSentBytes.ClientRequestBytes=stats.Int64(
"opencensus.io/http/client/request_bytes",
"HTTP request body size if set as ContentLength (uncompressed)",
stats.UnitBytes)
)
When run golint it returns an error: comment on exported var ClientRequestBytes should be of the form "ClientRequestBytes ..."
I expect that deprecated exported functions/variable comments to be valid only with a deprecation message like the one I had.