You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: A-mongodb.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Ada beberapa hal yang perlu disiapkan sebelum mulai masuk ke bagian coding.
12
12
13
13
```
14
14
cd <folder-project>
15
-
go get github.com/mongodb/mongo-go-driver
15
+
go get go.mongodb.org/mongo-driver/mongo
16
16
```
17
17
18
18
2. Pastikan sudah terinstal MongoDB di komputer anda, dan jangan lupa untuk menjalankan daemon-nya. Jika belum, [download](ihttps://www.mongodb.org/downloads) dan install terlebih dahulu.
0 commit comments