Browse Source

add comment to please codacy

vcptr 5 years ago
parent
commit
8ccc142e7e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common/platform/platform.go

+ 1 - 0
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 "" })