Add comments for exported functions

This commit is contained in:
9seconds
2018-10-17 10:51:16 +03:00
parent 358d42ec61
commit 3aec9657d7
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ import (
"github.com/9seconds/mtg/config"
)
// Init initializes stats subsystem.
func Init(conf *config.Config) error {
if conf.StatsD.Enabled {
client, err := newStatsd(conf)