package cron import "git.apinb.com/dataset/stock/internal/logic/a" func Boot() { a.NewApiClient() a.CheckStockBasic() }