1
0
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:
v2ray
2015-12-06 16:41:41 +01:00
parent e1c58fae2b
commit 8bee0c4a7b
18 changed files with 341 additions and 37 deletions

9
shell/point/errors.go Normal file
View File

@@ -0,0 +1,9 @@
package point
import (
"errors"
)
var (
BadConfiguration = errors.New("Bad configuration.")
)