1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-07 00:20:42 +00:00
v2fly/app/dns/server/errors.generated.go
2017-04-09 01:43:25 +02:00

8 lines
169 B
Go

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