diff options
Diffstat (limited to 'vendor/github.com/kardianos/minwinsvc/svc_other.go')
-rw-r--r-- | vendor/github.com/kardianos/minwinsvc/svc_other.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/kardianos/minwinsvc/svc_other.go b/vendor/github.com/kardianos/minwinsvc/svc_other.go deleted file mode 100644 index 197d30021f..0000000000 --- a/vendor/github.com/kardianos/minwinsvc/svc_other.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2015 Daniel Theophanes. -// Use of this source code is governed by a zlib-style -// license that can be found in the LICENSE file.package service - -//+build !windows - -package minwinsvc - -func setOnExit(f func()) { - // Nothing. -} |