mongodb-go-tutorial
mongodb-go-tutorial copied to clipboard
Example using the MongoDB Go Driver
when i run this demo in local env i got the logs: Found multiple documents (array of pointers): [0xc000052a80 0xc000052ab0 0xc000052b70 0xc000052ba0 0xc000052bd0 0xc000052c00] findOptions.SetLimit(2) why not six?
main.go:8:2: code in directory $GOPATH/src/github.com/mongodb/mongo-go-driver/mongo expects import "go.mongodb.org/mongo-driver/mongo" seem code moved from "go.mongodb.org/mongo-driver" to "github.com/mongodb/mongo-go-driver/"?
What does the .TODO in context.TODO() signify?