瀏覽代碼

Strategies

- fix pkg name
Alexey Kim 3 天之前
父節點
當前提交
54833eee24
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      strategy/alpaca/qqq15/strategy.go
  2. 1 1
      strategy/alpaca/qqq15_nodelay/strategy.go

+ 1 - 1
strategy/alpaca/qqq15/strategy.go

@@ -1,4 +1,4 @@
-package qqq15
+package main
 
 import (
 	"git.beejay.kim/Gshopper/sentio"

+ 1 - 1
strategy/alpaca/qqq15_nodelay/strategy.go

@@ -1,4 +1,4 @@
-package qqq15_nodelay
+package main
 
 import (
 	"git.beejay.kim/Gshopper/sentio"