moby--moby/pkg/signal
Sebastiaan van Stijn 6ed1163c98
Remove redundant build-tags
Files that are suffixed with `_linux.go` or `_windows.go` are
already only built on Linux / Windows, so these build-tags
were redundant.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-18 17:41:53 +01:00
..
testfiles Add test coverage to signal/trap.go 2017-08-09 15:13:38 +05:00
README.md
signal.go
signal_darwin.go
signal_freebsd.go
signal_linux.go Use Mkdev, Major and Minor functions from golang.org/x/sys/unix 2017-10-19 08:28:38 +02:00
signal_linux_test.go Remove solaris build tag and `contrib/mkimage/solaris 2017-11-02 00:01:46 +00:00
signal_test.go Add test coverage to pkg/signal 2017-06-01 14:53:15 +05:00
signal_unix.go
signal_unsupported.go Remove solaris build tag and `contrib/mkimage/solaris 2017-11-02 00:01:46 +00:00
signal_windows.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
trap.go Remove the logrus from pkg/signal 2017-08-02 18:15:25 +08:00
trap_linux_test.go Add test coverage to signal/trap.go 2017-08-09 15:13:38 +05:00

README.md

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