After template creation init git repo
This commit is contained in:
parent
416eb415a9
commit
f36146731b
@ -5,6 +5,8 @@ GO_PACKAGES = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
def main() -> int:
|
def main() -> int:
|
||||||
|
subprocess.run(["git", "init"])
|
||||||
|
|
||||||
for package in GO_PACKAGES:
|
for package in GO_PACKAGES:
|
||||||
subprocess.run(["go", "get", "-u", package])
|
subprocess.run(["go", "get", "-u", package])
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user