You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running go build the error is thrown:- .\pingwatch.go:92:34: undefined: syscall.SIGUSR1 probably because syscall.SIGUSR1 command does not work on Windows (?).
While running
go buildthe error is thrown:-.\pingwatch.go:92:34: undefined: syscall.SIGUSR1probably becausesyscall.SIGUSR1command does not work on Windows (?).