migrate from govendor to dep

This commit is contained in:
bergquist
2018-01-19 09:48:15 +01:00
parent 5bb22b836d
commit e023f79c5a
7349 changed files with 3153306 additions and 64306 deletions

View File

@ -147,8 +147,7 @@ func (mc *mysqlConn) handleInFileRequest(name string) (err error) {
}
// send content packets
// if packetSize == 0, the Reader contains no data
if err == nil && packetSize > 0 {
if err == nil {
data := make([]byte, 4+packetSize)
var n int
for err == nil {