Commit 20fcd4eb authored by 王明明's avatar 王明明

vy 0321

parent c15c23c8
...@@ -105,7 +105,8 @@ func actVY() { ...@@ -105,7 +105,8 @@ func actVY() {
var Debug *bool var Debug *bool
func main() { func main() {
Debug = flag.Bool("debug", true, "本地调试") Debug = flag.Bool("debug", false, "本地调试")
flag.Parse()
for i := 0; i < 1; i++ { for i := 0; i < 1; i++ {
t1 := time.Now() t1 := time.Now()
fmt.Println(t1) fmt.Println(t1)
......
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 to comment