mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 10:40:27 +00:00
gofmt -s -w yggdrasil.go
This commit is contained in:
parent
0176d25235
commit
aef62afb1b
@ -310,8 +310,8 @@ func main() {
|
|||||||
signal.Notify(c, os.Interrupt, syscall.SIGTERM)
|
signal.Notify(c, os.Interrupt, syscall.SIGTERM)
|
||||||
// Create a function to capture the service being stopped on Windows
|
// Create a function to capture the service being stopped on Windows
|
||||||
winTerminate := func() {
|
winTerminate := func() {
|
||||||
c <- os.Interrupt
|
c <- os.Interrupt
|
||||||
}
|
}
|
||||||
minwinsvc.SetOnExit(winTerminate)
|
minwinsvc.SetOnExit(winTerminate)
|
||||||
// Wait for the terminate/interrupt signal
|
// Wait for the terminate/interrupt signal
|
||||||
<-c
|
<-c
|
||||||
|
Loading…
Reference in New Issue
Block a user