GOPATH error in windows “GOPATH entry is relative; must be absolute path: ”

前端 未结 5 1802
再見小時候
再見小時候 2020-12-15 21:10

I am new to GO and getting an error when initializing GOPATH in windows. In my project folder is

C:\\Users\\kamin\\Documents\\pm-manager

and i am try to set

5条回答
  •  -上瘾入骨i
    2020-12-15 21:30

    Adding one more error case that I experienced, was a silly-silly mistake in setting the GOPATH.

    I added : D\Go (Forgot to added the colons after Drive letter). Correct should have been D:\Go, Offcourse this resolved the error.

提交回复
热议问题