2
0
Quellcode durchsuchen

Strategies

- fix pkg name
Alexey Kim vor 3 Tagen
Ursprung
Commit
54833eee24
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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"