Get rid of most references to GOPATH
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user