1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2025-12-19 12:36:53 +02:00
Files
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