fix unused sync (#47)

This commit is contained in:
Ahackerl
2023-09-04 09:07:20 +08:00
committed by GitHub
parent 9b0525294a
commit b39fab2188

View File

@@ -7,7 +7,6 @@ import (
"net" "net"
"strconv" "strconv"
"strings" "strings"
"sync"
"time" "time"
reuse "github.com/openp2p-cn/go-reuseport" reuse "github.com/openp2p-cn/go-reuseport"