Explorar o código

Remove an outdated comment about writePacket

Xiuming Chen %!s(int64=12) %!d(string=hai) anos
pai
achega
f975c34fff
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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