Comments
-
Sorry to continue with posts, but one other issue has arisen. Using the `go build -work main.go` command did allow the code to compile, but only once. I am now unable to use that method either. D:\test>go build -work main.go WORK=C:\Temp\go-build717151410 go build command-line-arguments: copying…
-
I should also note, there is an alternative way to build Go programs by hand. The syntax is "go build -work main.go` Using the -work flag does allow the program to compile and Bitdefender does not block it. Compiling Go programs in this manner is not a tenable solution for us as it produces some secondary output that is…
-
I'd also like to note that this has nothing to do with Visual Studio or any other IDE. I created the source with notepad and it is unable to be compiled by the `go build` command. My experience is the same as the original poster. Go appears to build the source in an intermediary temporary folder, this folder appears to get…
-
I'd like to act as another user that is having this issue. Actually, we have at least three machines in our office that can no longer compile Go source. This is true for a simple "Hello World" program that ONLY has: fmt.Println("Hello World")
-
I'd like to act as another user that is having this issue. Actually, we have at least three machines in our office that can no longer compile Go source. This is true for a simple "Hello World" program that ONLY has: fmt.Println("Hello World")