Skip to content

Commit

Permalink
重命名
Browse files Browse the repository at this point in the history
  • Loading branch information
bg5sbk committed Jun 30, 2015
1 parent 4b8ab3a commit 710ae7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conn_packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (

var (
Line = binary.SplitByLine
Zero = binary.SplitByZero
Null = binary.SplitByNull
Uvarint = binary.SplitByUvarint
Uint8 = binary.SplitByUint8
Uint16BE = binary.SplitByUint16BE
Expand Down
2 changes: 1 addition & 1 deletion session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func Test_XmlPacket(t *testing.T) {
}

func Test_XmlSocket(t *testing.T) {
SessionTest(t, Packet(Zero, Xml()), ObjectTest)
SessionTest(t, Packet(Null, Xml()), ObjectTest)
}

func Test_SelfCodecStream(t *testing.T) {
Expand Down

0 comments on commit 710ae7d

Please sign in to comment.