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.
2018-12-14 23:46:58 +01:00
|
|
|
package cmd
|
2018-02-07 19:32:11 +01:00
|
|
|
|
2018-02-10 13:34:42 +01:00
|
|
|
import (
|
|
|
|
"dev.sum7.eu/genofire/golang-lib/worker"
|
|
|
|
)
|
|
|
|
|
|
|
|
var (
|
|
|
|
configPath string
|
|
|
|
statesaveWorker *worker.Worker
|
|
|
|
)
|