From c556c35041954dc559c61108746a5d04f17c3429 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 28 Aug 2020 07:57:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dtu/conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtu/conn.go b/dtu/conn.go index c48772f..e30918b 100644 --- a/dtu/conn.go +++ b/dtu/conn.go @@ -16,7 +16,7 @@ type Connection struct { Error string Serial string RemoteAddr net.Addr - + Rx int Tx int -- GitLab