deving
This commit is contained in:
@@ -15,7 +15,7 @@ var (
|
||||
ServiceKey = "gostock"
|
||||
)
|
||||
|
||||
func main() {
|
||||
func main2() {
|
||||
log.Println("Hello Cli!")
|
||||
config.New(ServiceKey)
|
||||
impl.NewImpl()
|
||||
@@ -23,7 +23,7 @@ func main() {
|
||||
strategy.GenMarkData("601899.SH")
|
||||
}
|
||||
|
||||
func main2() {
|
||||
func main() {
|
||||
log.Println("Hello Cli!")
|
||||
config.New(ServiceKey)
|
||||
impl.NewImpl()
|
||||
|
||||
Reference in New Issue
Block a user