From 8ccc142e7e2c1fa2a926b707378f06f67585d0aa Mon Sep 17 00:00:00 2001
From: vcptr <51714622+vcptr@users.noreply.github.com>
Date: Tue, 31 Dec 2019 14:23:01 +0800
Subject: [PATCH] add comment to please codacy

---
 common/platform/platform.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/platform/platform.go b/common/platform/platform.go
index 6ccd9762..b57a98fd 100644
--- a/common/platform/platform.go
+++ b/common/platform/platform.go
@@ -84,6 +84,7 @@ func GetConfigurationPath() string {
 	return filepath.Join(configPath, "config.json")
 }
 
+// GetConfDirPath reads "v2ray.location.confdir"
 func GetConfDirPath() string {
 	const name = "v2ray.location.confdir"
 	configPath := NewEnvFlag(name).GetValue(func() string { return "" })