Logo
Explore Help
Register Sign In
yujunjun/v2ray-core
1
0
Fork 0
You've already forked v2ray-core
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-05 16:10:19 +00:00
Code Issues Packages Projects Releases Wiki Activity
v2ray-core/proxy/trojan/errors.generated.go

10 lines
220 B
Go
Raw Permalink Normal View History

Add trojan protocol support (#181) * Add trojan protocol support Co-authored-by: Eken Chan <ekenchan@msn.com> Co-authored-by: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
2020-09-26 23:31:24 +08:00
package trojan
update version: auto replacement to v5 path
2022-01-02 15:16:23 +00:00
import "github.com/v2fly/v2ray-core/v5/common/errors"
Add trojan protocol support (#181) * Add trojan protocol support Co-authored-by: Eken Chan <ekenchan@msn.com> Co-authored-by: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
2020-09-26 23:31:24 +08:00
type errPathObjHolder struct{}
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).WithPathObj(errPathObjHolder{})
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 175ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API