File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ var epoch = time.Unix(1257894000, 0)
30
30
// occurring at the same time as the preceding event.
31
31
//
32
32
// A playback header has this structure:
33
- // 4 bytes: "\x00\x00PB", a magic header
34
- // 8 bytes: big-endian int64, unix time in nanoseconds
35
- // 4 bytes: big-endian int32, length of the next write
36
33
//
34
+ // 4 bytes: "\x00\x00PB", a magic header
35
+ // 8 bytes: big-endian int64, unix time in nanoseconds
36
+ // 4 bytes: big-endian int32, length of the next write
37
37
type Recorder struct {
38
38
stdout , stderr recorderWriter
39
39
}
Original file line number Diff line number Diff line change 55
55
)
56
56
57
57
// Customizations of ochttp views. Views are updated as follows:
58
- // * The views are prefixed with go-playground-sandbox.
59
- // * ochttp.KeyServerRoute is added as a tag to label metrics per-route.
58
+ // - The views are prefixed with go-playground-sandbox.
59
+ // - ochttp.KeyServerRoute is added as a tag to label metrics per-route.
60
60
var (
61
61
ServerRequestCountView = & view.View {
62
62
Name : "go-playground-sandbox/http/server/request_count" ,
You can’t perform that action at this time.
0 commit comments