mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-02 14:53:54 +08:00
6 lines
60 B
Go
6 lines
60 B
Go
package constants
|
|
|
|
const (
|
|
ConfigFilePath = "config.yml"
|
|
)
|