Skip to content

Commit fe6b485

Browse files
committed
intact
1 parent 85582e1 commit fe6b485

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

main/main.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,3 @@ func main() {
2727
}, true)
2828

2929
}
30-
31-
/*
32-
func main() {
33-
34-
totalCount := 0
35-
36-
utils.NewTimedExecutor(2*time.Second, 2*time.Second).Start(func() {
37-
totalCount++
38-
fmt.Printf("%d.%4stime is %d\n", totalCount, " ", timeStampMillis())
39-
}, true)
40-
41-
time.Sleep(time.Minute)
42-
43-
}
44-
*/

0 commit comments

Comments
 (0)