Get rid of most references to GOPATH

This commit is contained in:
Tim Hockin
2024-01-03 17:14:38 -08:00
parent 3c2940f2ae
commit 10c32b3e2f
15 changed files with 21 additions and 72 deletions

View File

@@ -54,8 +54,6 @@ def get_all_files(rootdir):
dirs.remove('staging')
if '_output' in dirs:
dirs.remove('_output')
if '_gopath' in dirs:
dirs.remove('_gopath')
if 'third_party' in dirs:
dirs.remove('third_party')
if '.git' in dirs: