bug repair when high concurrent

This commit is contained in:
刘河
2019-02-18 01:05:05 +08:00
parent 48c7309973
commit dab51c32a2
14 changed files with 229 additions and 242 deletions

View File

@@ -157,7 +157,7 @@ func (s *Csv) UpdateTask(t *Tunnel) error {
return nil
}
}
return errors.New("不存在")
return errors.New("the task is not exist")
}
func (s *Csv) DelTask(id int) error {