mirror of
https://github.com/containers/podman.git
synced 2025-12-11 09:18:34 +08:00
fix(deps): update module github.com/nxadm/tail to v1.4.11
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
13
vendor/github.com/nxadm/tail/README.md
generated
vendored
13
vendor/github.com/nxadm/tail/README.md
generated
vendored
@@ -1,12 +1,13 @@
|
||||
[](https://pkg.go.dev/github.com/nxadm/tail)
|
||||
|
||||
[](https://pkg.go.dev/github.com/nxadm/tail#section-documentation)
|
||||

|
||||
[](https://cirrus-ci.com/github/nxadm/tail)
|
||||
# tail functionality in Go
|
||||
|
||||
nxadm/tail provides a Go library that emulates the features of the BSD `tail`
|
||||
program. The library comes with full support for truncation/move detection as
|
||||
it is designed to work with log rotation tools. The library works on all
|
||||
operating systems supported by Go, including POSIX systems like Linux and
|
||||
*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported.
|
||||
operating systems supported by Go, including POSIX systems like Linux, *BSD,
|
||||
MacOS, and MS Windows. Go 1.12 is the oldest compiler release supported.
|
||||
|
||||
A simple example:
|
||||
|
||||
@@ -24,7 +25,7 @@ for line := range t.Lines {
|
||||
}
|
||||
```
|
||||
|
||||
See [API documentation](https://pkg.go.dev/github.com/nxadm/tail).
|
||||
See [API documentation](https://pkg.go.dev/github.com/nxadm/tail#section-documentation).
|
||||
|
||||
## Installing
|
||||
|
||||
@@ -41,4 +42,4 @@ nxadm/tail continues the development by keeping up to date with the Go toolchain
|
||||
and fixing bugs.
|
||||
|
||||
## Examples
|
||||
Examples, e.g. used to debug an issue, are kept in the [examples directory](/examples).
|
||||
Examples, e.g. used to debug an issue, are kept in the [examples directory](/examples).
|
||||
|
||||
Reference in New Issue
Block a user