Initial upload: Project Scaffold CLI with multi-language templates and CI/CD

This commit is contained in:
2026-02-05 11:01:21 +00:00
parent 7cc79d742e
commit 60d7a56543

View File

@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Welcome to {{ project_name }}!")
}