Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Jan 3, 2022
1 parent 0b8eeb0 commit a9bf783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/shadowsocks/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package shadowsocks

import (
"context"
"github.com/v2fly/v2ray-core/v5/common/net/packetaddr"
"time"

core "github.com/v2fly/v2ray-core/v5"
"github.com/v2fly/v2ray-core/v5/common"
"github.com/v2fly/v2ray-core/v5/common/buf"
"github.com/v2fly/v2ray-core/v5/common/log"
"github.com/v2fly/v2ray-core/v5/common/net"
"github.com/v2fly/v2ray-core/v5/common/net/packetaddr"
"github.com/v2fly/v2ray-core/v5/common/protocol"
udp_proto "github.com/v2fly/v2ray-core/v5/common/protocol/udp"
"github.com/v2fly/v2ray-core/v5/common/session"
Expand Down

0 comments on commit a9bf783

Please sign in to comment.