1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 01:40:44 +00:00
This commit is contained in:
Agioi Theodoroi 2020-04-14 21:51:38 -04:00 committed by Kslr
parent bbd3988f3d
commit 97074c5bf4
No known key found for this signature in database
GPG Key ID: 0AF5F66FA1E887CE

View File

@ -28,9 +28,9 @@ var (
test = flag.Bool("test", false, "Test config file only, without launching V2Ray server.")
format = flag.String("format", "json", "Format of input file.")
/* We have to do this here because Golang's Test will also need to parse flag, before
main func in this file is run.
*/
/* We have to do this here because Golang's Test will also need to parse flag, before
* main func in this file is run.
*/
_ = func() error {
flag.Var(&configFiles, "config", "Config file for V2Ray. Multiple assign is accepted (only json). Latter ones overrides the former ones.")