From a1747f0bb435b622233351a225da587899987325 Mon Sep 17 00:00:00 2001 From: widmogrod Date: Mon, 13 May 2024 00:24:29 +0200 Subject: [PATCH] x/shape: more debugging --- x/shape/lookup_refs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/shape/lookup_refs.go b/x/shape/lookup_refs.go index 14eb7a3b..7c732aad 100644 --- a/x/shape/lookup_refs.go +++ b/x/shape/lookup_refs.go @@ -300,7 +300,7 @@ func checkPkgExistsInPaths(pkgImportName string) (string, error) { } if gocache != "" { - gocache = filepath.Join(os.Getenv("GOPATH"), "pkg/mod") + gocache = filepath.Join(gocache, "pkg/mod") } }