From 6b49c2842c15b67f41c9f5b831cdc925ae4be76b Mon Sep 17 00:00:00 2001 From: fumiama Date: Mon, 17 Jan 2022 23:06:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=F0=9F=91=8C=20make=20lint=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_curse/curse.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin_curse/curse.go b/plugin_curse/curse.go index 57af9433..473c2ea8 100644 --- a/plugin_curse/curse.go +++ b/plugin_curse/curse.go @@ -15,7 +15,6 @@ import ( ) const ( - prio = 250 minLevel = "min" maxLevel = "max" )