From 928910f8240f0e79bde2239e86f789092519973b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 12 Sep 2023 18:59:58 +0800 Subject: [PATCH] 1 --- platformapi/limit_access_speed_test.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/platformapi/limit_access_speed_test.go b/platformapi/limit_access_speed_test.go index 2723571e..800ea310 100644 --- a/platformapi/limit_access_speed_test.go +++ b/platformapi/limit_access_speed_test.go @@ -3,7 +3,6 @@ package platformapi import ( "fmt" "sort" - "strings" "testing" "time" @@ -62,11 +61,3 @@ func Test_store(b *testing.T) { }) fmt.Println(tempTagList) } - -func Test_string_byte(t *testing.T) { - aa := `%s1111111111111111111` - bb := strings.Replace(aa, "", "", -1) - cc := strings.Replace(bb, "", "", -1) - fmt.Println("bb===========", bb) - fmt.Println("cc===========", cc) -}