From 08e83f54da4d3452ff90c6a86950325d8c581abf Mon Sep 17 00:00:00 2001 From: QiuzZz <39342407+Qiu-zzz@users.noreply.github.com> Date: Thu, 26 Aug 2021 09:01:04 +0800 Subject: [PATCH] style --- consume.go | 1 - 1 file changed, 1 deletion(-) diff --git a/consume.go b/consume.go index a966f64..d10f024 100644 --- a/consume.go +++ b/consume.go @@ -10,7 +10,6 @@ import ( // Action is an action that occurs after processed this delivery type Action int - // Handler defines the handler of each Delivery and return Action type Handler func(d Delivery) (action Action)