GITLAB
陆恒
/ new_catcafe
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c44a6efa05828d7cef35cd3a9368510d8bad1f38
Authored by
陆恒
2020-05-09 10:53:11 +0800
1 parent
a7005638
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/HttpServer/main/main.go
Side-by-side Diff
Inline Diff
src/HttpServer/main/main.go
Wrap text
Diff comments
View file @
c44a6ef
...
...
@@ -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 {
...
...