mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 04:50:29 +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)
|
||||
// Create a function to capture the service being stopped on Windows
|
||||
winTerminate := func() {
|
||||
c <- os.Interrupt
|
||||
}
|
||||
c <- os.Interrupt
|
||||
}
|
||||
minwinsvc.SetOnExit(winTerminate)
|
||||
// Wait for the terminate/interrupt signal
|
||||
<-c
|
||||
|
Loading…
Reference in New Issue
Block a user