From dbf4bf15bde43ba9c1d757a9e6c4443a345d4ebf Mon Sep 17 00:00:00 2001 From: Timothy Date: Fri, 27 Oct 2017 12:00:42 +0800 Subject: [PATCH] fix golint warnings --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index 434f96e..37a028d 100644 --- a/utils.go +++ b/utils.go @@ -56,7 +56,7 @@ func GetCurrentIP(configuration *Settings) (string, error) { return string(body), nil } -// IdentifyPanic identifies panic and output the detailed panic infomation +// IdentifyPanic identifies panic and output the detailed panic information func IdentifyPanic() string { var name, file string var line int