Go one directory up
This commit is contained in:
@@ -84,7 +84,7 @@ func (s StarterCreator) Create() {
|
|||||||
must(os.WriteFile(targetPath, content, 0o644))
|
must(os.WriteFile(targetPath, content, 0o644))
|
||||||
log.Printf("StarterCreator.Create: wrote starter main.go to %s", targetPath)
|
log.Printf("StarterCreator.Create: wrote starter main.go to %s", targetPath)
|
||||||
|
|
||||||
s.copyFile("template.air.toml", ".air.toml")
|
s.copyFile("../template.air.toml", ".air.toml")
|
||||||
//s.copyGoMod()
|
//s.copyGoMod()
|
||||||
//s.executeGoModTidy()
|
//s.executeGoModTidy()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user