Skip to content

Commit 6f6bb6c

Browse files
committed
remove quickstart as its in another ticket
1 parent 6a6824a commit 6f6bb6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: source/includes/quick-start/main.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
"os"
99

1010
"github.com/joho/godotenv"
11-
"go.mongodb.org/mongo-driver/v2/bson"
12-
"go.mongodb.org/mongo-driver/v2/mongo"
13-
"go.mongodb.org/mongo-driver/v2/mongo/options"
11+
"go.mongodb.org/mongo-driver/bson"
12+
"go.mongodb.org/mongo-driver/mongo"
13+
"go.mongodb.org/mongo-driver/mongo/options"
1414
)
1515

1616
func main() {

0 commit comments

Comments
 (0)