Skip to content

Commit

Permalink
Merge pull request #3 from gphotosuploader/fix-internal-package-usage
Browse files Browse the repository at this point in the history
Fix internal package import
  • Loading branch information
pacoorozco committed Feb 27, 2020
2 parents 362330a + 85d13eb commit 9cc0cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/googleapi/googleapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"net/url"
"strings"

"google.golang.org/api/googleapi/internal/uritemplates"
"github.com/gphotosuploader/googlemirror/api/googleapi/internal/uritemplates"
)

// ContentTyper is an interface for Readers which know (or would like
Expand Down

0 comments on commit 9cc0cdd

Please sign in to comment.