fix gofmt

Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
This commit is contained in:
liuchang0812 2016-02-16 11:42:09 +08:00
parent dbba9cf299
commit 0758653b42
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ func (d *driver) URLFor(ctx context.Context, path string, options map[string]int
}
logrus.Infof("methodString: %s, expiresTime: %v", methodString, expiresTime)
signedURL := d.Bucket.SignedURLWithMethod(methodString, d.ossPath(path), expiresTime, nil, nil)
logrus.Infof("signed URL: %s", signedURL)
logrus.Infof("signed URL: %s", signedURL)
return signedURL, nil
}