Explorar o código

add comment to please codacy

vcptr %!s(int64=6) %!d(string=hai) anos
pai
achega
8ccc142e7e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 "" })