1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-17 09:59:07 -04:00
Files
v2fly/features/stats/errors.generated.go

7 lines
202 B
Go
Raw Normal View History

2018-10-22 11:26:22 +02:00
package stats
import "v2ray.com/core/common/errors"
type errPathObjHolder struct {}
func newError(values ...interface{}) *errors.Error { return errors.New(values...).WithPathObj(errPathObjHolder{}) }