mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-12-16 21:52:42 +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
|