From 8881b9e105d5931f2d71a56760bd017456c05548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=82=8B=E3=81=BF?= Date: Tue, 29 Mar 2022 21:51:50 +0800 Subject: [PATCH] Fix package name --- pkg/strategy/rebalance/strategy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/strategy/rebalance/strategy.go b/pkg/strategy/rebalance/strategy.go index 6afbd2036..b2d6ce3de 100644 --- a/pkg/strategy/rebalance/strategy.go +++ b/pkg/strategy/rebalance/strategy.go @@ -1,4 +1,4 @@ -package kline +package rebalance import ( "context"