From 9f5b2c470f9b3decafaec6bc4c45a059d98200c5 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 53552f9..dfd23a0 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"