File: svc_other.go

package info (click to toggle)
golang-github-kardianos-minwinsvc 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
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.
}