mirror of https://github.com/golang/go.git
misc/makerelease: make goimports-safe
LGTM=bradfitz R=adg, bradfitz, minux CC=golang-codereviews https://golang.org/cl/140310045
This commit is contained in:
parent
9c721aedd5
commit
7230db9ef8
|
|
@ -30,7 +30,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"code.google.com/p/goauth2/oauth"
|
"code.google.com/p/goauth2/oauth"
|
||||||
"code.google.com/p/google-api-go-client/storage/v1beta2"
|
storage "code.google.com/p/google-api-go-client/storage/v1beta2"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue