pass govet

This commit is contained in:
Wenkai Yin 2016-06-23 18:35:22 +08:00
parent 543cb26da1
commit a1b3a07d39

View File

@ -301,8 +301,6 @@ func (c *Checker) createProject() error {
return fmt.Errorf("failed to create project %s on %s with user %s: %d %s",
c.project, c.dstURL, c.dstUsr, resp.StatusCode, string(message))
return nil
}
// ManifestPuller pulls the manifest of a tag. And if no tag needs to be pulled,