sum7
/
yaja
Archived
1
0
Fork 0
This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
yaja/cmd/config.go

11 lines
131 B
Go
Raw Normal View History

2018-12-14 23:46:58 +01:00
package cmd
2018-02-10 13:34:42 +01:00
import (
"dev.sum7.eu/genofire/golang-lib/worker"
)
var (
configPath string
statesaveWorker *worker.Worker
)