Skip to content

Commit c6a2b29

Browse files
Divjot Arorarfblue2
authored andcommitted
Add String method to all options in core.
GODRIVER-272 Change-Id: I835d47ce001034df2ae927fc8a6ec33c1f954f51
1 parent ca0b2ce commit c6a2b29

File tree

3 files changed

+160
-0
lines changed

3 files changed

+160
-0
lines changed

core/auth/gssapi.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ package auth
1111

1212
import (
1313
"context"
14+
1415
"github.com/mongodb/mongo-go-driver/core/auth/internal/gssapi"
1516
"github.com/mongodb/mongo-go-driver/core/description"
1617
"github.com/mongodb/mongo-go-driver/core/wiremessage"

core/auth/plain.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ package auth
88

99
import (
1010
"context"
11+
1112
"github.com/mongodb/mongo-go-driver/core/description"
1213
"github.com/mongodb/mongo-go-driver/core/wiremessage"
1314
)

0 commit comments

Comments
 (0)