Skip to content

Commit 88027d6

Browse files
committed
Fix readme
1 parent 210895c commit 88027d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func main() {
2929

3030
// Create a signed URL that expires in one hour.
3131
signed, _ := signer.Sign("https://example.com/a/b/c?foo=bar", time.Hour)
32-
fmt.Println("signed url:", signed)
32+
fmt.Println(signed)
3333
// Outputs something like:
3434
// https://example.com/a/b/c?expiry=1667331055&foo=bar&signature=TGvxmRwpoAUt9YEIbeJ164lMYrzA2DBnYB9Lcy9m1T
3535

0 commit comments

Comments
 (0)