1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-22 10:22:19 +00:00

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

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
)