Move orders into its own package

This commit is contained in:
Adrian Gallagher
2018-03-01 16:11:35 +11:00
parent 046b4dc348
commit 966cfc7512
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package main
package orders
const (
limitOrder = iota

View File

@@ -1,4 +1,4 @@
package main
package orders
import (
"testing"