Index: go/bootstrap.py |
diff --git a/go/bootstrap.py b/go/bootstrap.py |
index 1d59b972c9c77c5ec7007ef6773659cf82286e4a..442978b508a8e39ae29e26fd97c663fa29b0358c 100755 |
--- a/go/bootstrap.py |
+++ b/go/bootstrap.py |
@@ -472,6 +472,7 @@ def get_go_environ( |
paths_to_add = [ |
os.path.join(env['GOROOT'], 'bin'), |
env.get('GOBIN'), |
+ os.path.join(ROOT, 'cipd_package_root', 'bin'), |
] |
paths_to_add.extend(os.path.join(p, '.vendor', 'bin') for p in vendor_paths) |
if go_appengine_path: |