I compile WinlogBeat using the following command
GOSS=windows CGO_ENABLE=1 go build winlogbeat.exe winlogbeat/main.go
But the compiled program cannot run properly on a Windows 7 64 bit machine
The error is as follows:
Error 1053: Service did not respond to startup or control requests in a timely manner
I compile WinlogBeat using the following command
GOSS=windows CGO_ENABLE=1 go build winlogbeat.exe winlogbeat/main.go
But the compiled program cannot run properly on a Windows 7 64 bit machine The error is as follows: Error 1053: Service did not respond to startup or control requests in a timely manner