Skip to content

Commit bb00b1d

Browse files
committed
apply goimports to constructor.go and constructor_test.go
1 parent 97ca7e9 commit bb00b1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bson/constructor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ import (
1111
"fmt"
1212
"math"
1313
"reflect"
14+
"time"
1415

1516
"github.com/mongodb/mongo-go-driver/bson/decimal"
1617
"github.com/mongodb/mongo-go-driver/bson/elements"
1718
"github.com/mongodb/mongo-go-driver/bson/objectid"
18-
"time"
1919
)
2020

2121
// EC is a convenience variable provided for access to the ElementConstructor methods.

bson/constructor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ package bson
99
import (
1010
"bytes"
1111
"testing"
12+
"time"
1213

1314
"github.com/mongodb/mongo-go-driver/bson/decimal"
1415
"github.com/stretchr/testify/require"
15-
"time"
1616
)
1717

1818
func requireElementsEqual(t *testing.T, expected *Element, actual *Element) {

0 commit comments

Comments
 (0)