We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdc172 commit 663a5d1Copy full SHA for 663a5d1
README-zh_CN.md
@@ -27,14 +27,9 @@
27
- 支持插件化编程
28
29
# 安装
30
-- 如果使用 `mongo-driver 1.x` 版本:
31
- ```go
32
- go get github.com/chenmingyong0423/go-mongox
33
- ```
34
-- 如果使用 `mongo-driver 2.x` 版本:
35
36
- go get github.com/chenmingyong0423/go-mongox/v2
37
+```go
+go get github.com/chenmingyong0423/go-mongox/v2
+```
38
39
# 快速开始
40
- `go mongox` 指南: [https://go-mongox.dev](https://go-mongox.dev)
0 commit comments