This website requires JavaScript.
Explore
Help
Sign In
lzhr
/
v2fly
Watch
1
Star
0
Fork
0
mirror of
https://github.com/v2fly/v2ray-core.git
synced
2026-07-25 17:23:52 -04:00
Code
Issues
Releases
Wiki
Activity
Files
0d60d2449af39bb0e992c507a5d1807641afae8e
v2fly
/
shell
/
point
/
errors.go
T
10 lines
101 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
(
rename errors
2016-08-07 15:32:41 +02:00
ErrBadConfiguration
=
errors
.
New
(
"Bad configuration."
)
Remove error defination
2015-10-13 13:55:06 +02:00
)
Copy Permalink