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 committed Jul 8, 2021
1 parent cd46244 commit bbe4dc1
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 @@ -31,7 +31,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

// BinaryStreamer implements a streaming version of the Thrift Binary Protocol.
Expand Down

0 comments on commit bbe4dc1

Please sign in to comment.