fix: rename packae name

This commit is contained in:
zenix 2022-04-14 20:01:13 +09:00
parent 4ee73149c1
commit 6f04789111
2 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@ import (
_ "github.com/c9s/bbgo/pkg/strategy/xmaker"
_ "github.com/c9s/bbgo/pkg/strategy/xnav"
_ "github.com/c9s/bbgo/pkg/strategy/xpuremaker"
_ "github.com/c9s/bbgo/pkg/strategy/ewo_dgtrd"
_ "github.com/c9s/bbgo/pkg/strategy/ewoDgtrd"
)

View File

@ -1,4 +1,4 @@
package ewo_dgtrd
package ewoDgtrd
import (
"context"