Fix: format

This commit is contained in:
JimhHan 2021-03-26 17:30:24 +08:00
parent fc8b580017
commit 4eb3acb4dd
No known key found for this signature in database
GPG key ID: 48D5D7CF95157AC5
14 changed files with 24 additions and 22 deletions

View file

@ -3,11 +3,11 @@ package session // import "github.com/xtls/xray-core/common/session"
import (
"context"
"github.com/xtls/xray-core/common/matcher/domain"
"github.com/xtls/xray-core/common/matcher/geoip"
"math/rand"
"github.com/xtls/xray-core/common/errors"
"github.com/xtls/xray-core/common/matcher/domain"
"github.com/xtls/xray-core/common/matcher/geoip"
"github.com/xtls/xray-core/common/net"
"github.com/xtls/xray-core/common/protocol"
"github.com/xtls/xray-core/common/signal"