build/livelog
Michael Pratt 852e1a2874 all: gofmt
go fmt the entire repo with Go 1.18 go fmt.

Change-Id: I9b9c77796d67dce6de9ceb154dd88058b9b8200f
Reviewed-on: https://go-review.googlesource.com/c/build/+/399039
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-04-08 16:52:56 +00:00
..
README.md all: add or change GoDoc badge to pkg.go.dev with update-readmes.go 2020-12-15 04:52:31 +00:00
livelog.go all: gofmt 2022-04-08 16:52:56 +00:00
livelog_test.go livelog: annotate log truncation 2021-05-05 21:41:54 +00:00

README.md

Go Reference

golang.org/x/build/livelog

Package livelog provides a buffer that can be simultaneously written to by one writer and read from by many readers.