Skip to content

Commit

Permalink
dox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Lindfalk committed May 31, 2022
1 parent 52bee9b commit 96edb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {
}
```

Now you can instrument different parts of your service that you want part of the tracing, like a gRPC server for example. Note that if you use the [floss/server](https://github.com/dentech-floss/server) then this is already taken care of, this also applies to all other floss libraries since they come with tracing configured and enabled out of the box. But for the sake of showing an example anyway:
Now you can instrument different parts of your service that you want part of the tracing, like a gRPC server for example. Note that if you use the [dentech-floss/server](https://github.com/dentech-floss/server) then this is already taken care of, this also applies to all other floss libraries since they come with tracing configured and enabled out of the box. But for the sake of showing an example anyway:

```go
package example
Expand Down

0 comments on commit 96edb6c

Please sign in to comment.