1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-02-14 04:05:22 -05:00
This commit is contained in:
wuxiangzhou2010
2018-04-02 15:52:16 +08:00
parent a58063e7ac
commit 5a08411ee2
12 changed files with 16 additions and 16 deletions

2
config.go Normal file → Executable file
View File

@@ -16,7 +16,7 @@ type ConfigFormat struct {
Loader ConfigLoader
}
// ConfigLoader is an utility to load V2Ray config from external source.
// ConfigLoader is a utility to load V2Ray config from external source.
type ConfigLoader func(input io.Reader) (*Config, error)
var (