fix gofmt

Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
This commit is contained in:
liuchang0812 2016-02-16 11:42:09 +08:00
parent ad6a0735d2
commit 7ca24a7f5a

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
}