From 744fca384532487da73eaf7c39033e1aa52d5abb Mon Sep 17 00:00:00 2001 From: Agioi Theodoroi Date: Tue, 14 Apr 2020 21:51:38 -0400 Subject: [PATCH] gofmt --- main/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/main.go b/main/main.go index 5f38d38f..4fe18844 100644 --- a/main/main.go +++ b/main/main.go @@ -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.")