I was creating a cli application. I was building, testing it and all of sudden I made few code changes and then I wanted to do go run main.go, it gives me below error.
fork/exec C:\Users\cydri\AppData\Local\Temp\go-build2802953115\b001\exe\main.exe: Operation did not complete successfully because the file contains a virus or potentially unwanted software.
go: failed to remove work dir: CreateFile C:\Users\cydri\AppData\Local\Temp\go-build2802953115\b001\exe\main.exe: Operation did not complete successfully because the file contains a virus or potentially unwanted software.
I am not able to run the cli. I went and deleted that go-build temp folder too. But still the error persists.
Any help appreciated.
Thank you.