Comment in the right order

This commit is contained in:
Yohann D'ANELLO 2020-10-13 01:41:17 +02:00
parent 4db102c384
commit 7325301574
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ import (
)
var (
// TODO Config should not be exported
// Cfg contains the different options of the telnet package, see below
// TODO Config should not be exported
Cfg *Options
currentMessage map[string]string
)