diff --git a/stream/telnet/telnet.go b/stream/telnet/telnet.go index 8f7c09f..55e7db6 100644 --- a/stream/telnet/telnet.go +++ b/stream/telnet/telnet.go @@ -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 )