deving
This commit is contained in:
@@ -31,6 +31,14 @@ func main() {
|
||||
config.New(ServiceKey)
|
||||
impl.NewImpl()
|
||||
|
||||
strategy.GenMarkData("601899.SH")
|
||||
}
|
||||
|
||||
func main2() {
|
||||
log.Println("Hello Cli!")
|
||||
config.New(ServiceKey)
|
||||
impl.NewImpl()
|
||||
|
||||
data_ok := []*ResultData{}
|
||||
data_not := []*ResultData{}
|
||||
for _, code := range strategy.GetStocks() {
|
||||
|
||||
Reference in New Issue
Block a user