mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-27 16:09:08 -04:00
add comment to please codacy
This commit is contained in:
@@ -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 "" })
|
||||
|
||||
Reference in New Issue
Block a user