From 35e60d5d34b30d910af014085d50861d95a12594 Mon Sep 17 00:00:00 2001 From: luopengift <870148195@qq.com> Date: Fri, 10 May 2024 17:54:36 +0800 Subject: [PATCH] update test --- server_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/server_test.go b/server_test.go index f54c0ec..0fe5dcc 100644 --- a/server_test.go +++ b/server_test.go @@ -20,8 +20,6 @@ func Test_Server(t *testing.T) { handler.Pprof() s := requests.NewServer(context.Background(), handler, requests.URL("http://127.0.0.1:6066")) go s.ListenAndServe() - - http.ListenAndServe("0.0.0.0:8088", nil) } func Test_Use(t *testing.T) {