From cff7103eceb8fc0faf7c51aff66e0c00d261bcde Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 30 Aug 2024 22:41:13 +0800 Subject: [PATCH] fix math import --- pkg/strategy/xmaker/strategy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/strategy/xmaker/strategy.go b/pkg/strategy/xmaker/strategy.go index d2f23f3e0..680c910f0 100644 --- a/pkg/strategy/xmaker/strategy.go +++ b/pkg/strategy/xmaker/strategy.go @@ -3,6 +3,7 @@ package xmaker import ( "context" "fmt" + "math" "sync" "time"