Skip to content

Commit a356a1d

Browse files
Update interceptors/retry/trace_notrace.go
Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]>
1 parent 197eefb commit a356a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interceptors/retry/trace_notrace.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
package retry
77

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
8+
// retrynotrace can be used to avoid importing golang.org/x/net/trace,
9+
// which allows for more aggressive deadcode elimination, which can
1010
// yield improvements in binary size when tracing is not needed.
1111

1212
import (

0 commit comments

Comments
 (0)