You've already forked crud_generator
mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2025-12-19 12:36:53 +02:00
12 lines
194 B
Go
12 lines
194 B
Go
package constants
|
|
|
|
const TEXT_HELP = `
|
|
Need create .env file with settings
|
|
`
|
|
|
|
//const FolderTemplates string = "templates"
|
|
//
|
|
//const FolderReady string = "ready"
|
|
|
|
const FILE_PERMISSIONS = 0666
|