bbgo_origin/pkg/bbgo/context.go

11 lines
107 B
Go

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