1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-16 21:52:42 +02:00
crud_generator/internal/constants/constants.go
2023-11-10 15:04:05 +03:00

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