1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 18:45:23 +00:00
v2fly/app/proxyman/errors.generated.go
Darien Raymond b5caea67ac
gofmt
2018-01-13 00:07:37 +01:00

8 lines
166 B
Go

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