Skip to content

Commit

Permalink
Update uhttpclient docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Samylkin committed Apr 14, 2017
1 parent af51e1f commit ed1c090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/uhttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {
log.Fatal("Could not initialize service: ", err)
}

client := uhttpclient.New(svc)
client := uhttpclient.New(opentracing.GlobalTracer(), svc)
client.Get("https://www.uber.com")
}
```
Expand Down
2 changes: 1 addition & 1 deletion modules/uhttp/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
// log.Fatal("Could not initialize service: ", err)
// }
//
// client := uhttpclient.New(svc)
// client := uhttpclient.New(opentracing.GlobalTracer(), svc)
// client.Get("https://www.uber.com")
// }
//
Expand Down

0 comments on commit ed1c090

Please sign in to comment.