1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/signal
Derek McGowan 1009e6a40b
Update logrus to v1.0.1
Fixes case sensitivity issue

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2017-07-31 13:16:46 -07:00
..
README.md
signal.go
signal_darwin.go
signal_freebsd.go
signal_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
signal_linux_test.go Add test coverage to pkg/signal 2017-06-01 14:53:15 +05:00
signal_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
signal_test.go Add test coverage to pkg/signal 2017-06-01 14:53:15 +05:00
signal_unix.go Replace api/client imports with cli/command in experimental files. 2016-09-08 15:46:48 -04:00
signal_unsupported.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
signal_windows.go Replace api/client imports with cli/command in experimental files. 2016-09-08 15:46:48 -04:00
trap.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00

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