This website requires JavaScript.
Explore
Help
Sign In
lzhr
/
v2fly
Watch
1
Star
0
Fork
0
You've already forked v2fly
mirror of
https://github.com/v2fly/v2ray-core.git
synced
2024-11-02 17:27:50 -04:00
Code
Issues
Releases
Wiki
Activity
36e51773fd
v2fly
/
shell
/
point
/
errors.go
10 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
cleanup shell/point/config
2015-12-06 10:41:41 -05:00
package
point
Remove error defination
2015-10-13 07:55:06 -04:00
import
(
"errors"
)
var
(
BadConfiguration
=
errors
.
New
(
"Bad configuration."
)
)
Copy Permalink