douchensou6495 2019-03-24 18:17
浏览 691
已采纳

如何导入官方的mongodb驱动程序包

How to import official mongoDB driver package in Go?

I am following the official Go-mongoDB-driver package instruction (https://www.mongodb.com/blog/post/mongodb-go-driver-tutorial). I have installed the mongoDB package using this:

go get github.com/mongodb/mongo-go-driver

but I just can't import the package

I am doing a very simple snippet in my main.go

package main

import "github.com/mongodb/mongo-go-driver/mongo

func main() {
}

This gives me:

main.go:8:8: code in directory $GOPATH/src/github.com/mongodb/mongo-go-driver/bson expects import "go.mongodb.org/mongo-driver/bson"

When I tried to import go.mongodb.org/mongo-driver/bson, It gives me this:

main.go:10:8: cannot find package "go.mongodb.org/mongo-driver/bson" in any of:
    /usr/local/go/src/go.mongodb.org/mongo-driver/bson (from $GOROOT)
    $GOPATH/src/go.mongodb.org/mongo-driver/bson (from $GOPATH)

Kindly help, quite new in Go and not sure where to look since I don't find people having this issue a lot.

  • 写回答

1条回答

  • doubai9014 2019-03-24 18:24
    关注

    The error actually gives you the answer: You must use that driver as go.mongodb.org/mongo-driver/bson instead. The package has apparently changed URLs some time in the past, and the tutorial you're referring to has not yet been updated.

    You should instead refer to the installation instructions here. In short, do this:

    go get go.mongodb.org/mongo-driver/mongo
    

    then import it using the same path:

    import (
        "go.mongodb.org/mongo-driver/mongo"
        "go.mongodb.org/mongo-driver/bson"
        // etc
    )
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 comsol稳态求解器 找不到解,奇异矩阵有1个空方程返回的解不收敛。没有返回所有参数步长;pid控制
  • ¥15 怎么让wx群机器人发送音乐
  • ¥15 fesafe材料库问题
  • ¥35 beats蓝牙耳机怎么查看日志
  • ¥15 Fluent齿轮搅油
  • ¥15 八爪鱼爬数据为什么自己停了
  • ¥15 交替优化波束形成和ris反射角使保密速率最大化
  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功