This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
v2ray-core
Watch
1
Star
0
Fork
0
You've already forked v2ray-core
mirror of
https://github.com/v2fly/v2ray-core.git
synced
2025-07-31 12:48:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
v2ray-core
/
shell
/
point
/
errors.go
10 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
cleanup shell/point/config
2015-12-06 16:41:41 +01:00
package
point
Remove error defination
2015-10-13 13:55:06 +02:00
import
(
"errors"
)
var
(
BadConfiguration
=
errors
.
New
(
"Bad configuration."
)
)
Reference in New Issue
Copy Permalink