Bläddra i källkod

add comment to please codacy

vcptr 6 år sedan
förälder
incheckning
8ccc142e7e
1 ändrade filer med 1 tillägg och 0 borttagningar
  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 "" })