1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-21 04:34:15 -04:00
v2fly/common/protocol/tls/cert/errors.generated.go

8 lines
170 B
Go
Raw Normal View History

2018-04-09 06:42:18 -04:00
package cert
import "v2ray.com/core/common/errors"
2018-05-25 05:56:01 -04:00
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).Path("Protocol", "TLS", "Cert")
}