From 1ab27958849e9f578059681ccd50827f91a9601f Mon Sep 17 00:00:00 2001 From: Linnovs Liu <7882261+linnovs47@users.noreply.github.com> Date: Tue, 22 Oct 2019 18:11:44 +0800 Subject: [PATCH] feat(goprivate): add entrak as private repo --- runcoms/zshenv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runcoms/zshenv b/runcoms/zshenv index b33d7a16d10..81fa92f537a 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -25,3 +25,6 @@ export DOCKER_BUILDKIT=0 # Enable GO module export GO111MODULE=on + +# GO private repo +export GOPRIVATE=github.com/en-trak