bbgo_origin/pkg/bbgo/context.go
2020-10-20 12:24:30 +08:00

12 lines
108 B
Go

package bbgo
import (
"sync"
)
// deprecated: legacy context struct
type Context struct {
sync.Mutex
}