mirror of
https://github.com/nxshock/promodj.git
synced 2024-11-27 03:01:01 +05:00
6 lines
69 B
Go
6 lines
69 B
Go
|
package main
|
||
|
|
||
|
const (
|
||
|
defaultConfigFilePath = "/etc/promodj.conf"
|
||
|
)
|