gofmt fixes

This commit is contained in:
Konstantin Chukhlomin
2017-08-04 18:53:23 -04:00
committed by bergquist
parent 72d7c4d620
commit 1188f8df73
3 changed files with 45 additions and 45 deletions

View File

@ -1,13 +1,13 @@
package imguploader
import (
"cloud.google.com/go/storage"
"fmt"
"github.com/grafana/grafana/pkg/log"
"github.com/grafana/grafana/pkg/util"
"google.golang.org/api/option"
"cloud.google.com/go/storage"
"golang.org/x/net/context"
"google.golang.org/api/option"
"io/ioutil"
"fmt"
)
type GCPUploader struct {