Commit c44a6efa05828d7cef35cd3a9368510d8bad1f38

Authored by 陆恒
1 parent a7005638
Exists in master

提交

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/HttpServer/main/main.go
... ... @@ -74,6 +74,8 @@ func main() {
74 74 time.Sleep(time.Duration(2) * time.Second)
75 75 logic.Testsendhttp()
76 76  
  77 + var a []int
  78 + a[11] = 1
77 79 defer Selfrecover()
78 80  
79 81 select {
... ...