Permalink
Failed to load latest commit information.
.idea Add makefile Sep 14, 2018
test Initial implementation Mar 12, 2018
.editorconfig Initial commit Mar 10, 2018
.gitignore Ignore build directory Sep 14, 2018
.golangci.yml Fix linting issues Sep 14, 2018
.travis.yml Build only master and tags Sep 25, 2018
CHANGELOG.md Prepare release v0.4.0 Sep 25, 2018
Gopkg.lock Initial implementation Mar 12, 2018
Gopkg.toml Update dep config Sep 14, 2018
LICENSE Initial commit Mar 10, 2018
Makefile Fix release script Sep 25, 2018
README.md Prepare release v0.4.0 Sep 25, 2018
arg_signal.go Fix linting issues Sep 14, 2018
fsig.go Add Windows support Sep 18, 2018
fsig_test.go Skip tests on Windows Sep 18, 2018
goreleaser.yml Add windows build target to goreleaser config Sep 25, 2018
signals.go Allow building on other targets than linux_amd64 and darwin_amd64 Mar 21, 2018
signals_darwin_amd64.go Separate signal implementation for unix systems Sep 25, 2018
signals_linux_amd64.go Separate signal implementation for unix systems Sep 25, 2018
signals_unix.go Separate signal implementation for unix systems Sep 25, 2018
signals_windows_amd64.go Add Windows support Sep 18, 2018
test.sh Initial implementation Mar 12, 2018