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

8 lines
170 B
Go

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