We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197eefb commit a356a1dCopy full SHA for a356a1d
interceptors/retry/trace_notrace.go
@@ -5,8 +5,8 @@
5
6
package retry
7
8
-// retrynotrace can be used to avoid importing golang.org/x/net/trace, which in
9
-// turn enables binaries using go-grpc-middleware for dead code elimination, which can
+// retrynotrace can be used to avoid importing golang.org/x/net/trace,
+// which allows for more aggressive deadcode elimination, which can
10
// yield improvements in binary size when tracing is not needed.
11
12
import (
0 commit comments