moby/pkg/signal
Sebastiaan van Stijn c8c40abbba gofmt GoDoc comments with go1.19
Older versions of Go don't format comments, so committing this as
a separate commit, so that we can already make these changes before
we upgrade to Go 1.19.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 52c1a2fae8)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit cdbca4061b)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-24 17:05:41 -05:00
..
testfiles Add test coverage to signal/trap.go 2017-08-09 15:13:38 +05:00
README.md #11585: README for pkg/signal. Signed-off-by: Vladimir Roudakov <v_roudakov@yahoo.com> 2015-03-26 21:18:27 +10:00
signal.go pkg/signal: ignore SIGURG on all platforms 2021-05-25 21:42:21 +02:00
signal_darwin.go pkg/signal: ignore SIGURG on all platforms 2021-05-25 21:42:21 +02:00
signal_freebsd.go pkg/signal: ignore SIGURG on all platforms 2021-05-25 21:42:21 +02:00
signal_linux.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
signal_linux_mipsx.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
signal_linux_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
signal_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
signal_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
signal_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
signal_windows.go pkg/signal: ignore SIGURG on all platforms 2021-05-25 21:42:21 +02:00
trap.go gofmt GoDoc comments with go1.19 2023-02-24 17:05:41 -05:00
trap_linux_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00

This package provides helper functions for dealing with signals across various operating systems