mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Move orders into its own package
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package main
|
||||
package orders
|
||||
|
||||
const (
|
||||
limitOrder = iota
|
||||
@@ -1,4 +1,4 @@
|
||||
package main
|
||||
package orders
|
||||
|
||||
import (
|
||||
"testing"
|
||||
Reference in New Issue
Block a user