This commit is contained in:
crusader 2018-04-12 20:33:51 +09:00
parent e45555a9b6
commit 013d496fea

View File

@ -1,5 +1,9 @@
package config package config
const (
ConfigFileName = "config.json"
)
type ProbeStateType int type ProbeStateType int
const ( const (