浏览代码

add comment to please codacy

vcptr 6 年之前
父节点
当前提交
8ccc142e7e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 "" })