simplesteph / grpc-go-course

Companion Repository for my gRPC Golang course
http://bit.ly/grpc-golang-github
MIT License
476 stars 322 forks source link

Need to update import path for bson/primitive package #22

Open AirJunda opened 2 years ago

AirJunda commented 2 years ago

I think the correction done at here is out-of-date: https://github.com/simplesteph/grpc-go-course/pull/1/files

we need to change "github.com/mongodb/mongo-go-driver/bson/primitive" to "go.mongodb.org/mongo-driver/bson/primitive"