Mongo Change Stream in Golang
February 23, 2022
Go Module, Go

  • go.mod
  • main.go
module mongo-changestream

go 1.17

require (
	github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
	go.mongodb.org/mongo-driver v1.8.3
)

Reach out

© 2024 Chuma Umenze. Some rights reserved.