Files
v2fly/proxy/http/errors.generated.go
T

6 lines
159 B
Go

package http
import "v2ray.com/core/common/errors"
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("Proxy", "HTTP") }