1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-29 12:25:23 -05:00

unified tproxy option

This commit is contained in:
Darien Raymond
2018-09-17 15:12:58 +02:00
parent 7f697661cd
commit 383b84e7dd
66 changed files with 504 additions and 336 deletions

View File

@@ -1,8 +1,10 @@
package protocol
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal