Initial commit

This commit is contained in:
nxshock 2021-08-14 09:59:41 +05:00
commit 01138252ac
16 changed files with 1195 additions and 0 deletions

5
consts.go Normal file
View file

@ -0,0 +1,5 @@
package main
const (
defaultConfigFilePath = "/etc/promodj.conf"
)