Commit 25106b98 by huangchengyi

1.0

parent 26e1e29b
Showing with 1 additions and 0 deletions
...@@ -9,6 +9,7 @@ import ( ...@@ -9,6 +9,7 @@ import (
func check(e error) { func check(e error) {
if e != nil { if e != nil {
print("mylog")
panic(e) panic(e)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment