From d22d3962e23e9e3f98c36b67b8989c8e87427b5e Mon Sep 17 00:00:00 2001 From: lms <1359816810@qq.com> Date: Fri, 1 Mar 2024 17:31:56 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 06dc33e..85c5792 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -73,7 +73,6 @@ func main() { return adapter.NewPushServiceAdapter(svc) }) - // 创建一个父上下文和取消函数 ctx, cancel := context.WithCancel(context.Background()) defer cancel()