Fix linters

This commit is contained in:
9seconds
2018-06-19 10:22:31 +03:00
parent daca606058
commit b0292e4ed9
10 changed files with 17 additions and 73 deletions
+1
View File
@@ -7,4 +7,5 @@ import (
"github.com/9seconds/mtg/config"
)
// Init has to initialize client connection based on given config.
type Init func(net.Conn, *config.Config) (int16, io.ReadWriteCloser, error)