omq/consts.go

6 lines
47 B
Go
Raw Permalink Normal View History

2023-11-17 20:34:20 +05:00
package main
const (
SQL_FILES_DIR = "sql"
)