1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

ci(chore): Fix stylings

This commit is contained in:
github-actions[bot] 2021-04-10 11:57:31 +00:00
parent 8edebe66ad
commit 87c9f6c436

View File

@ -1,10 +1,11 @@
package utils package utils
import ( import (
"github.com/pkg/errors"
"io" "io"
"net" "net"
"time" "time"
"github.com/pkg/errors"
) )
type TCPListener struct { type TCPListener struct {