Files
hamlogger/internal/config/path.go.in
Олег Бородин 1cc8b577cd wip
2024-07-03 00:28:42 +02:00

13 lines
197 B
Go

package config
const (
confdirPath = "@srv_confdir@"
rundirPath = "@srv_rundir@"
logdirPath = "@srv_logdir@"
datadirPath = "@srv_datadir@"
sharedirPath = "@srv_sharedir@"
)