Darien Raymond 8 năm trước cách đây
mục cha
commit
1ab6c341e4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 (