bbgo: remove unused context object

Signed-off-by: c9s <yoanlin93@gmail.com>
This commit is contained in:
c9s 2022-06-25 17:02:34 +08:00
parent c363fb55d5
commit 2e49a95d32
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -1,10 +0,0 @@
package bbgo
import (
"sync"
)
// deprecated: legacy context struct
type Context struct {
sync.Mutex
}