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 (?).
The text was updated successfully, but these errors were encountered:
While running
go build
the error is thrown:-.\pingwatch.go:92:34: undefined: syscall.SIGUSR1
probably becausesyscall.SIGUSR1
command does not work on Windows (?).The text was updated successfully, but these errors were encountered: