Home > other >  Goland cannot compile? Compilation finished with exit code 0
Goland cannot compile? Compilation finished with exit code 0

Time:09-24


Compile window not print should print 1024, compile window prompts as follows, is this why?
 GOROOT=C: \ Go # gosetup 
GOPATH=C: \ Users \ julyueluo \ go # gosetup
C: \ Go \ bin \ Go exe build - o C: \ Users \ julyueluo \ AppData \ Local \ Temp \ ___hello_go exe - gcflags "all=- N - l" C: \ Users \ julyueluo \ Go \ SRC \ helloworld \ hello Go # gosetup

Compilation finished with exit code 0




I didn't see all kinds of tutorial to set the edit configurations, but my goland requirements set before the run, I don't know the reason why is because I set the wrong
For help, thank you for your viewing, bow

CodePudding user response:

Should be a system variable problem!

CodePudding user response:

I use this app # CSDN# found have technical content of the blog and friends to seek common to "[GO] to achieve first program", gathered together at https://blog.csdn.net/fangkang7/article/details/104761811

CodePudding user response:

This is a tutorial I wrote, can look at

CodePudding user response:

reference 1/f, kaka - response:
should be a system variable problem!



Other text editor can run, the system variables should be no problem, what problem?
  • Related