Skip to content

Commit ea37068

Browse files
rscgopherbot
authored andcommitted
all: gofmt
Gofmt to update doc comments to the new formatting. For golang/go#51082. Change-Id: Ie45b11898b01babdfc9f23fd1fd8aefd367b98c6 Reviewed-on: https://go-review.googlesource.com/c/playground/+/399601 Run-TryBot: Russ Cox <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Russ Cox <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 0e519ec commit ea37068

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

play.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ var epoch = time.Unix(1257894000, 0)
3030
// occurring at the same time as the preceding event.
3131
//
3232
// 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
3633
//
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
3737
type Recorder struct {
3838
stdout, stderr recorderWriter
3939
}

sandbox/metrics.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ var (
5555
)
5656

5757
// 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.
6060
var (
6161
ServerRequestCountView = &view.View{
6262
Name: "go-playground-sandbox/http/server/request_count",

0 commit comments

Comments
 (0)