From cc90b4ea108d4cc1b8b09edf69760c7554b02f20 Mon Sep 17 00:00:00 2001 From: Richard Chen Date: Thu, 23 Aug 2018 09:33:40 +0800 Subject: [PATCH] Go fmt --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 5ed0d403..29d52fd2 100644 --- a/main.go +++ b/main.go @@ -95,8 +95,8 @@ func split(r rune) bool { } func DetectionPath(gopath string) string { path := os.Getenv(gopath) - arrPath := strings.FieldsFunc(path,split) - for _,content := range arrPath { + arrPath := strings.FieldsFunc(path, split) + for _, content := range arrPath { fullPath := filepath.Join(content, "src", "github.com", "v2ray", "domain-list-community", "data") _, err := os.Stat(fullPath) if err == nil || os.IsExist(err) {