mirror of https://github.com/v2ray/v2ray-core
gofmt
parent
bbd3988f3d
commit
97074c5bf4
|
@ -29,7 +29,7 @@ var (
|
||||||
format = flag.String("format", "json", "Format of input file.")
|
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
|
/* We have to do this here because Golang's Test will also need to parse flag, before
|
||||||
main func in this file is run.
|
* main func in this file is run.
|
||||||
*/
|
*/
|
||||||
_ = func() error {
|
_ = func() error {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue