This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
wechat_hitxy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove debug log
master
Patrick Peng Sun
8 years ago
parent
d1b3380b36
commit
06b0d9ffba
1 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
serveCommand.go
+ 0
- 2
serveCommand.go
View File
import (
import (
"fmt"
"fmt"
"log"
"time"
"time"
)
)
procEcho.init(ss)
procEcho.init(ss)
procEcho.intro(ss)
procEcho.intro(ss)
procEcho.start(ss, in)
procEcho.start(ss, in)
log.Println("外面的 procedure=" + ss.Procedure)
return
return
}
}
Write
Preview
Loading…
Cancel
Save