We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ba8da commit 187821fCopy full SHA for 187821f
1 file changed
example_test.go
@@ -53,8 +53,8 @@ func Example() {
53
ctx, span := trace.StartSpan(context.Background(), "Fetch", trace.WithSampler(trace.AlwaysSample()))
54
defer span.End()
55
56
- // Now for the mongo connections, using the context
57
- // with the span in it for continuity.
+ // Now for the mongo connections, using the context
+ // with the span in it for continuity.
58
client, err := mongowrapper.NewClient("mongodb://localhost:27017")
59
if err != nil {
60
log.Fatalf("Failed to create the new client: %v", err)
0 commit comments