The examples in x/mongo/driver/examples should be converted into Go Doc examples for better readability and package integration. GODRIVER-1530 , for instance, decouples the cluster monitoring test into x/mongo/driver/topology/example_test.go:
func Example_clusterMonitoring() {
// ...
}
- has to be done before
-
GODRIVER-1530 Remove topology.WithConnString
- Closed