This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
v2ray-core
mirror of
https://github.com/v2ray/v2ray-core
Watch
1
Star
0
Fork
You've already forked v2ray-core
0
Code
Issues
Releases
Wiki
Activity
e841f348af
v2ray-core
/
shell
/
point
/
errors.go
10 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
cleanup shell/point/config
2015-12-06 15:41:41 +00:00
package
point
Remove error defination
2015-10-13 11:55:06 +00:00
import
(
"errors"
)
var
(
Rename BadConfiguration to ErrorBadConfiguration
2016-01-30 11:12:57 +00:00
ErrorBadConfiguration
=
errors
.
New
(
"Bad configuration."
)
Remove error defination
2015-10-13 11:55:06 +00:00
)