Xray-core/transport/internet/splithttp/errors.generated.go

10 lines
218 B
Go
Raw Normal View History

2024-06-18 05:36:36 +00:00
package splithttp
import "github.com/xtls/xray-core/common/errors"
type errPathObjHolder struct{}
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).WithPathObj(errPathObjHolder{})
}