Go学习:Mongo客户端mongo-go-driver 报错undefined: readpref

官网给的示例漏了引用部分“import go.mongodb.org/mongo-driver/mongo/readpref"

ctx, _ = context.WithTimeout(context.Background(), 2*time.Second)
err = client.Ping(ctx, readpref.Primary())
发布了51 篇原创文章 · 获赞 3 · 访问量 4万+

猜你喜欢

转载自blog.csdn.net/pengpengzhou/article/details/105223007