Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 7ae3810

Browse files
committed
feedback
1 parent 799de27 commit 7ae3810

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

trace/HTTP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,22 +138,22 @@ dynamically inspected to set a sampler.
138138

139139
For outgoing requests:
140140

141-
```
141+
```go
142142
type Transport struct {
143143
// GetStartOptions allows to set start options per request.
144144
GetStartOptions func(*http.Request) trace.StartOptions
145145

146-
// ...
146+
// ...
147147
}
148148
```
149149

150150
For incoming requests:
151151

152-
```
152+
```go
153153
type Handler struct {
154154
// GetStartOptions allows to set start options per request.
155155
GetStartOptions func(*http.Request) trace.StartOptions
156156

157-
// ...
157+
// ...
158158
}
159159
```

0 commit comments

Comments
 (0)