mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-11 09:33:50 +00:00
14 lines
129 B
Go
14 lines
129 B
Go
|
package bbgo
|
||
|
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestOrderProcessor(t *testing.T) {
|
||
|
processor := &OrderProcessor{}
|
||
|
_ = processor
|
||
|
|
||
|
|
||
|
}
|