Clean imports

This commit is contained in:
Tnze
2022-02-20 19:23:41 +08:00
parent fee2e0c939
commit 23bcf9149a
11 changed files with 63 additions and 42 deletions

View File

@ -6,7 +6,7 @@ import (
"strconv"
"time"
"github.com/mattn/go-colorable"
//"github.com/mattn/go-colorable"
"github.com/Tnze/go-mc/bot"
"github.com/Tnze/go-mc/bot/basic"
@ -18,7 +18,7 @@ var number = flag.Int("number", 1023, "The number of clients")
func main() {
flag.Parse()
log.SetOutput(colorable.NewColorableStdout())
//log.SetOutput(colorable.NewColorableStdout())
for i := 0; i < *number; i++ {
go func(i int) {