From c44a6efa05828d7cef35cd3a9368510d8bad1f38 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Sat, 9 May 2020 10:53:11 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/main/main.go | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/HttpServer/main/main.go b/src/HttpServer/main/main.go index 8542079..faf10fb 100644 --- a/src/HttpServer/main/main.go +++ b/src/HttpServer/main/main.go @@ -74,6 +74,8 @@ func main() { time.Sleep(time.Duration(2) * time.Second) logic.Testsendhttp() + var a []int + a[11] = 1 defer Selfrecover() select { -- libgit2 0.21.0