Browse Source

Strategies

- fix pkg name
Alexey Kim 3 days ago
parent
commit
54833eee24
2 changed files with 2 additions and 2 deletions
  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"