Skip to content

Commit

Permalink
Update protocol/binary.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wit Riewrangboonya <wit@uber.com>
  • Loading branch information
abhinav and witriew authored Jul 8, 2021
1 parent 153d43b commit 44aa1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
// Binary implements the Thrift Binary Protocol.
// Binary can be cast up to EnvelopeAgnosticProtocol to support DecodeRequest.
//
// Deprecated: binary.Default.
// Deprecated: Don't use this directly. Use binary.Default.
var Binary Protocol

// EnvelopeAgnosticBinary implements the Thrift Binary Protocol, using
Expand Down

0 comments on commit 44aa1af

Please sign in to comment.