mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 13:22:21 +08:00
gofmt fixes
This commit is contained in:

committed by
bergquist

parent
72d7c4d620
commit
1188f8df73
@ -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 {
|
||||
|
Reference in New Issue
Block a user