Files
v2fly/common/protocol/errors.generated.go
T

6 lines
158 B
Go
Raw Normal View History

2017-04-09 01:43:25 +02:00
package protocol
import "v2ray.com/core/common/errors"
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("Protocol") }