you can dial connection with timeout, and the PingAndList at /bot also.

This commit is contained in:
Tnze
2019-08-27 02:06:59 +08:00
parent 88b55a697a
commit d85d31da46
5 changed files with 112 additions and 69 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module github.com/Tnze/go-mc
go 1.12
require github.com/google/uuid v1.1.1
require (
github.com/google/uuid v1.1.1
github.com/satori/go.uuid v1.2.0
)