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-15 21:27:59 -04:00
Code
Issues
Releases
Wiki
Activity
Files
96c5d32d599dafab76eb53e7dc4d0a05ab04b4a0
v2fly
/
config
/
errors.go
T
10 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
Remove error defination
2015-10-13 13:55:06 +02:00
package
config
import
(
"errors"
)
var
(
BadConfiguration
=
errors
.
New
(
"Bad configuration."
)
)
Copy Permalink