Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 3fb1b29

Browse files
authored
Merge pull request #9 from jba/master
change import path of cloud storage client
2 parents 1f0749b + da405e7 commit 3fb1b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import (
1414
"log"
1515
"net/http"
1616

17+
"cloud.google.com/go/storage"
1718
"golang.org/x/oauth2"
1819
"golang.org/x/oauth2/google"
19-
"google.golang.org/cloud/storage"
2020
)
2121

2222
const (

0 commit comments

Comments
 (0)