From 7325301574405f68649ce00bae9615e8c8286e6d Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 13 Oct 2020 01:41:17 +0200 Subject: [PATCH] Comment in the right order --- stream/telnet/telnet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )