Skip to content

Commit

Permalink
set the flag after install
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jan 8, 2024
1 parent 6bf5b52 commit 73b3d3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/imports/golang.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def install(self, env):
go_path = '{}/go/bin'.format(install_dir)
sh.setenv('PATH', '{}{}{}'.format(go_path, os.pathsep, sh.getenv('PATH')))

self.installed = True

def mirror(self, env):
for src_url in URLs.values():
mirror_package(self.name, src_url)

0 comments on commit 73b3d3c

Please sign in to comment.