Skip to content

Commit 6294642

Browse files
authored
example changed
1 parent 2644957 commit 6294642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/gnokoheat/oplog"
77
)
88

9-
func ExampleTail() {
9+
func ExampleOptions_Tail() {
1010
var o = &oplog.Options{
1111
// (e.g. mongodb://username:password@127.0.0.1:27017,127.0.0.1:27018/local?replicaSet=rs01&authSource=admin)
1212
Addrs: []string{"127.0.0.1:27017", "127.0.0.1:27018"}, // replicaset host and port

0 commit comments

Comments
 (0)