diff --git a/pkg/network/ServerUnicast.go b/pkg/network/ServerUnicast.go index 7abee44..65b1105 100644 --- a/pkg/network/ServerUnicast.go +++ b/pkg/network/ServerUnicast.go @@ -36,7 +36,7 @@ func (server ServerUnicast) Run() { } result := server.ReqManager.Execute(line) - con.Write(append([]byte(result), '\n')) + con.Write(append([]byte(result), '\n')) // TODO : ATTENTION laisser les \n } }