+ GONOPROXY

This commit is contained in:
Max 2021-09-07 20:10:22 +08:00
parent e17ada7653
commit 9a25ba0f81

View file

@ -47,6 +47,7 @@ fmt-check:
fi;
vet:
$(GO) env -w GONOPROXY=github.com/yaoapp/gou
$(GO) env -w GOPRIVATE=github.com/yaoapp/gou
$(GO) vet $(VETPACKAGES)