X fix test.go for mod build
go.mod is inside wcfs/ and if `go test ./...` is ran outside of it, it autodetects to use GOPATH mode and fails to find imports used by wcfs.
Showing
Please register or sign in to comment
go.mod is inside wcfs/ and if `go test ./...` is ran outside of it, it autodetects to use GOPATH mode and fails to find imports used by wcfs.