Index: build/go/go.py |
diff --git a/build/go/go.py b/build/go/go.py |
index 4d355111ba2fcde291120154968230e3c0c14fbc..2e4f99bc37ed64140a3763b0c7652f5d6ad9be06 100755 |
--- a/build/go/go.py |
+++ b/build/go/go.py |
@@ -35,8 +35,6 @@ def main(): |
src_root = os.path.abspath(args.src_root) |
# GOPATH must be absolute, and point to one directory up from |src_Root| |
go_path = os.path.abspath(os.path.join(src_root, "..")) |
- # GOPATH also includes any third_party/go libraries that have been imported |
- go_path += ":" + os.path.abspath(os.path.join(src_root, "third_party/go")) |
go_options = args.go_option |
try: |
shutil.rmtree(build_dir, True) |