浏览代码

Remove an outdated comment about writePacket

Xiuming Chen 12 年之前
父节点
当前提交
f975c34fff
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packets.go

+ 0 - 1
packets.go

@@ -75,7 +75,6 @@ func (mc *mysqlConn) readPacket() ([]byte, error) {
 }
 
 // Write packet buffer 'data'
-// The packet header must be already included
 func (mc *mysqlConn) writePacket(data []byte) error {
 	pktLen := len(data) - 4