mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-01 23:53:35 +05:00
5 lines
69 B
Go
5 lines
69 B
Go
package main
|
|
|
|
const (
|
|
defaultConfigFilePath = "/etc/promodj.conf"
|
|
)
|