Go one directory up

This commit is contained in:
Achim Rohn
2025-11-15 14:03:22 +01:00
parent 96bd8e9d4e
commit 96063c7561
+1 -1
View File
@@ -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()