From 41414aafa930559d37a412f18d936a8705466020 Mon Sep 17 00:00:00 2001 From: wangjian Date: Sun, 2 Apr 2023 23:26:19 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9bug,=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E8=BF=9E=E6=8E=A5=E6=8A=A5=E9=94=99=EF=BC=8C=E5=B0=B1?= =?UTF-8?q?=E4=BC=9A=E6=8B=92=E7=BB=9D=E6=9C=8D=E5=8A=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ap.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ap.go b/ap.go index 28a45be..5e15670 100644 --- a/ap.go +++ b/ap.go @@ -61,7 +61,7 @@ func (s *accessPoint) SetDataTag(tag uint8) { s.tag = tag } -// Close will close the connection to YoMo-MessageQueue. +// Close will close the connection to MessageQueue. func (s *accessPoint) Close() error { if err := s.client.Close(); err != nil { s.client.Logger().Errorf("%sClose(): %v", apLogPrefix, err) diff --git a/go.mod b/go.mod index eae5a4d..2d7035a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.hpds.cc/pavement/hpds_node go 1.19 require ( - git.hpds.cc/Component/network v0.0.0-20230326151855-3c157f531d86 + git.hpds.cc/Component/network v0.0.0-20230402152327-d10a80765e7c github.com/disintegration/imaging v1.6.2 github.com/lucas-clemente/quic-go v0.29.1 github.com/stretchr/testify v1.8.0