Skip to content

Commit 13afc35

Browse files
committed
chore: gofmt the imports
1 parent 361a771 commit 13afc35

File tree

18 files changed

+7
-25
lines changed

18 files changed

+7
-25
lines changed

database/clickhouse/clickhouse.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import (
77
"net/url"
88
"strconv"
99
"strings"
10-
"time"
11-
1210
"sync/atomic"
11+
"time"
1312

1413
"github.com/golang-migrate/migrate/v4"
1514
"github.com/golang-migrate/migrate/v4/database"

database/cockroachdb/cockroachdb.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
nurl "net/url"
99
"regexp"
1010
"strconv"
11-
1211
"sync/atomic"
1312

1413
"github.com/cockroachdb/cockroach-go/v2/crdb"

database/firebird/firebird.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"fmt"
99
"io"
1010
nurl "net/url"
11-
1211
"sync/atomic"
1312

1413
"github.com/golang-migrate/migrate/v4"

database/mongodb/mongodb.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import (
77
"net/url"
88
"os"
99
"strconv"
10-
"time"
11-
1210
"sync/atomic"
11+
"time"
1312

1413
"github.com/cenkalti/backoff/v4"
1514
"github.com/golang-migrate/migrate/v4/database"

database/mysql/mysql.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ import (
1313
"os"
1414
"strconv"
1515
"strings"
16-
"time"
17-
1816
"sync/atomic"
17+
"time"
1918

2019
"github.com/go-sql-driver/mysql"
2120
"github.com/golang-migrate/migrate/v4/database"

database/pgx/pgx.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ import (
1111
"regexp"
1212
"strconv"
1313
"strings"
14-
"time"
15-
1614
"sync/atomic"
15+
"time"
1716

1817
"github.com/golang-migrate/migrate/v4"
1918
"github.com/golang-migrate/migrate/v4/database"

database/pgx/v5/pgx.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ import (
1111
"regexp"
1212
"strconv"
1313
"strings"
14-
"time"
15-
1614
"sync/atomic"
15+
"time"
1716

1817
"github.com/golang-migrate/migrate/v4"
1918
"github.com/golang-migrate/migrate/v4/database"

database/postgres/postgres.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ import (
1111
"regexp"
1212
"strconv"
1313
"strings"
14-
"time"
15-
1614
"sync/atomic"
15+
"time"
1716

1817
"github.com/golang-migrate/migrate/v4"
1918
"github.com/golang-migrate/migrate/v4/database"

database/ql/ql.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"io"
77
nurl "net/url"
88
"strings"
9-
109
"sync/atomic"
1110

1211
"github.com/hashicorp/go-multierror"

database/redshift/redshift.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
nurl "net/url"
1111
"strconv"
1212
"strings"
13-
1413
"sync/atomic"
1514

1615
"github.com/golang-migrate/migrate/v4"

0 commit comments

Comments
 (0)