From 1ab6c341e430f4676623839dc619615168e59151 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 10 Apr 2017 14:44:42 +0200 Subject: [PATCH] comments --- common/errors/errors.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/errors/errors.go b/common/errors/errors.go index 4439828ff..4a12088bf 100644 --- a/common/errors/errors.go +++ b/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 (