From 5619556698a7f885585d2a5cece4d11960efebbf Mon Sep 17 00:00:00 2001 From: buyuxiang <347586493@qq.com> Date: Thu, 17 Feb 2022 15:09:41 +0800 Subject: [PATCH] del unused once field Change-Id: I8086a4bc20baffaf94c4845d3d5e62ce7120fe33 --- boomer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/boomer.go b/boomer.go index ab4d7655..f67d7248 100644 --- a/boomer.go +++ b/boomer.go @@ -26,7 +26,6 @@ type HRPBoomer struct { plugins []common.Plugin // each task has its own plugin process pluginsMutex *sync.RWMutex // avoid data race debug bool - once sync.Once } // SetDebug configures whether to log HTTP request and response content.