Explorar el Código

Remove an outdated comment about writePacket

Xiuming Chen hace 12 años
padre
commit
f975c34fff
Se han modificado 1 ficheros con 0 adiciones y 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