mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-12-15 09:44:47 +02:00
17 lines
298 B
Go
17 lines
298 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
|
|
|
|
const TEXT_GENERATED = `//File generated automatic with crud_generator app
|
|
//Do not change anything here.
|
|
|
|
`
|