Closed kuzeykose closed 3 months ago
Contributors who use Windows struggle with some errors. One of the example is given below:
go env is the problem, windows users have to run given lines to the root folder.
go env
go env -w GOMODCACHE=$HOME/golang/pkg/mod go env -w GOCACHE=$HOME\golang\go-build
Contributors who use Windows struggle with some errors. One of the example is given below: