We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2644957 commit 6294642Copy full SHA for 6294642
example_test.go
@@ -6,7 +6,7 @@ import (
6
"github.com/gnokoheat/oplog"
7
)
8
9
-func ExampleTail() {
+func ExampleOptions_Tail() {
10
var o = &oplog.Options{
11
// (e.g. mongodb://username:password@127.0.0.1:27017,127.0.0.1:27018/local?replicaSet=rs01&authSource=admin)
12
Addrs: []string{"127.0.0.1:27017", "127.0.0.1:27018"}, // replicaset host and port
0 commit comments