From 7564de8e0dff9e389059472f4707ab65b6f311f7 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 11 Oct 2019 20:54:47 +0800 Subject: [PATCH] fix: lint error --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.go b/plugin.go index d03ebb9..ff39ad1 100644 --- a/plugin.go +++ b/plugin.go @@ -8,8 +8,8 @@ import ( "strconv" "strings" - tgbotapi "gopkg.in/telegram-bot-api.v4" "github.com/drone/drone-template-lib/template" + tgbotapi "gopkg.in/telegram-bot-api.v4" ) type (