mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-23 22:19:11 -04:00
cleanup shell/point/config
This commit is contained in:
9
shell/point/errors.go
Normal file
9
shell/point/errors.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package point
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
BadConfiguration = errors.New("Bad configuration.")
|
||||
)
|
||||
Reference in New Issue
Block a user