collector

This commit is contained in:
insanity@loafle.com 2017-05-11 19:27:04 +09:00
parent 7d45006130
commit 39dabb08e7

View File

@ -18,7 +18,7 @@ var (
) )
func init() { func init() {
handleConfigLoaded() go handleConfigLoaded()
} }
func GetInstance() *Collector { func GetInstance() *Collector {