Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 3189a41

Browse files
committed
run goimports with -local github.com/lytics/cloudstorage
1 parent 6774300 commit 3189a41

File tree

18 files changed

+33
-13
lines changed

18 files changed

+33
-13
lines changed

awss3/store.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"time"
1212

1313
"context"
14+
1415
"github.com/araddon/gou"
1516
"github.com/pborman/uuid"
1617

azure/store.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ import (
1111
"time"
1212

1313
"context"
14+
1415
az "github.com/Azure/azure-sdk-for-go/storage"
1516
"github.com/araddon/gou"
17+
"github.com/pborman/uuid"
18+
1619
"github.com/lytics/cloudstorage"
1720
"github.com/lytics/cloudstorage/csbufio"
18-
"github.com/pborman/uuid"
1921
)
2022

2123
const (

csbufio/background_write_closer_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ import (
55
"io"
66
"testing"
77

8-
"github.com/lytics/cloudstorage/csbufio"
98
"github.com/stretchr/testify/assert"
109
"github.com/stretchr/testify/require"
10+
11+
"github.com/lytics/cloudstorage/csbufio"
1112
)
1213

1314
func TestBackgroundWriteCloser(t *testing.T) {

google/apistore.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package google
22

33
import (
4-
"github.com/lytics/cloudstorage"
54
"google.golang.org/api/storage/v1"
5+
6+
"github.com/lytics/cloudstorage"
67
)
78

89
// APIStore a google api store

google/client.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ import (
55
"net/http"
66
"os"
77

8-
"cloud.google.com/go/storage"
98
"context"
9+
10+
"cloud.google.com/go/storage"
1011
"golang.org/x/oauth2"
1112
googleOauth2 "golang.org/x/oauth2/google"
1213
"golang.org/x/oauth2/jwt"

google/google_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"testing"
77

88
"cloud.google.com/go/storage"
9+
910
"github.com/lytics/cloudstorage"
1011
"github.com/lytics/cloudstorage/google"
1112
"github.com/lytics/cloudstorage/testutils"

google/store.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ import (
1111
"strings"
1212
"time"
1313

14-
"cloud.google.com/go/storage"
1514
"context"
15+
16+
"cloud.google.com/go/storage"
1617
"github.com/araddon/gou"
1718
"github.com/pborman/uuid"
1819
"google.golang.org/api/iterator"

google/storeutils/get.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ import (
44
"bytes"
55
"io"
66

7-
"cloud.google.com/go/storage"
87
"context"
98

9+
"cloud.google.com/go/storage"
10+
1011
"github.com/lytics/cloudstorage"
1112
)
1213

google/storeutils/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package storeutils
22

33
import (
44
"context"
5+
56
"github.com/lytics/cloudstorage"
67
)
78

google/storeutils/utils_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import (
44
"os"
55
"testing"
66

7-
"cloud.google.com/go/storage"
87
"context"
8+
9+
"cloud.google.com/go/storage"
910
"google.golang.org/api/option"
1011

1112
"github.com/lytics/cloudstorage"

0 commit comments

Comments
 (0)