diff --git a/orders.go b/exchanges/orders/orders.go similarity index 98% rename from orders.go rename to exchanges/orders/orders.go index bf13cb1f..81b65d1d 100644 --- a/orders.go +++ b/exchanges/orders/orders.go @@ -1,4 +1,4 @@ -package main +package orders const ( limitOrder = iota diff --git a/orders_test.go b/exchanges/orders/orders_test.go similarity index 98% rename from orders_test.go rename to exchanges/orders/orders_test.go index f41fd8cf..4237165f 100644 --- a/orders_test.go +++ b/exchanges/orders/orders_test.go @@ -1,4 +1,4 @@ -package main +package orders import ( "testing"