Initial commit
This commit is contained in:
12
skills/go-cli-builder/assets/templates/constants.go.template
Normal file
12
skills/go-cli-builder/assets/templates/constants.go.template
Normal file
@@ -0,0 +1,12 @@
|
||||
package cmd
|
||||
|
||||
// Application constants and defaults
|
||||
const (
|
||||
// DefaultDatabasePath is the default database file path
|
||||
DefaultDatabasePath = "{{PROJECT_NAME}}.db"
|
||||
|
||||
// DefaultConcurrency is the default number of concurrent operations
|
||||
DefaultConcurrency = 10
|
||||
|
||||
// Add other application constants here
|
||||
)
|
||||
Reference in New Issue
Block a user