1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-08 14:24:36 -04:00
v2fly/common/net/errors.generated.go

6 lines
148 B
Go
Raw Normal View History

2017-04-08 19:43:25 -04:00
package net
import "v2ray.com/core/common/errors"
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("Net") }