Darien Raymond 8 年之前
父節點
當前提交
1ab6c341e4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      common/errors/errors.go

+ 1 - 0
common/errors/errors.go

@@ -7,6 +7,7 @@ import (
 	"v2ray.com/core/common/serial"
 )
 
+// Severity describes how severe the error is.
 type Severity int
 
 const (