私のGOROOTパス:-
C:\Go
GOPATH を次のように設定しました:-
C:\Users\kunal\go
しかし、github.com/gorilla/mux
VSコード内にモジュール(のような)をインポートすると。VS Code からこのエラーが表示されます:-
could not import github.com/gorilla/mux (cannot find package "github.com/gorilla/mux" in any of C:\Go\src\github.com\gorilla\mux (from $GOROOT) C\src\github.com\gorilla\mux (from $GOPATH) \Users\kunal\go\src\github.com\gorilla\mux (from $GOPATH))
上記から、設定していない 2 つの異なる GOPATH が表示されることは明らかです。これを修正するにはどうすればよいですか?