Update loadbalance.go

This commit is contained in:
Aubrey Yang 2024-04-17 18:21:59 +09:00 committed by GitHub
parent 828ba83ef3
commit 256e9d8c3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/metacubex/gvisor/pkg/sync"
"sync"
"net"
"time"