Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD
This commit is contained in:
9
scaffoldforge/templates/go/default/utils.go.j2
Normal file
9
scaffoldforge/templates/go/default/utils.go.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
// Utility functions for {{ project_name }}
|
||||
// Generated from GitHub Issue #{{ issue_number }}
|
||||
|
||||
package main
|
||||
|
||||
// TODO: Implement helper function
|
||||
func HelperFunction() {
|
||||
// TODO: Implement
|
||||
}
|
||||
Reference in New Issue
Block a user