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, 11 insertions, 0 deletions
diff --git a/vendor/github.com/kardianos/minwinsvc/svc_other.go b/vendor/github.com/kardianos/minwinsvc/svc_other.go new file mode 100644 index 0000000000..197d30021f --- /dev/null +++ b/vendor/github.com/kardianos/minwinsvc/svc_other.go @@ -0,0 +1,11 @@ +// 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. +} |