Forráskód Böngészése

add comment to please codacy

vcptr 6 éve
szülő
commit
8ccc142e7e
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 "" })