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 (