fix: correct pyproject.toml for project-scaffold-cli
- Fixed package name from auto-readme-cli to project-scaffold-cli - Fixed dependencies to match project-scaffold-cli requirements - Fixed linting import sorting issues in test files
This commit is contained in:
9
project_scaffold_cli/templates/go/main.go.j2
Normal file
9
project_scaffold_cli/templates/go/main.go.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Welcome to {{ project_name }}!")
|
||||
}
|
||||
Reference in New Issue
Block a user