mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
drop config dir
This commit is contained in:
parent
a1eeb55778
commit
38c87bfecc
|
@ -18,7 +18,7 @@ type PnLReporterConfig struct {
|
|||
// ExchangeStrategyMount wraps the SingleExchangeStrategy with the session name for mounting
|
||||
type ExchangeStrategyMount struct {
|
||||
// Mounts contains the session name to mount
|
||||
Mounts []string
|
||||
Mounts []string
|
||||
|
||||
// Strategy is the strategy we loaded from config
|
||||
Strategy SingleExchangeStrategy
|
||||
|
@ -188,4 +188,3 @@ func reUnmarshal(conf interface{}, tpe interface{}) (interface{}, error) {
|
|||
|
||||
return val.Elem().Interface(), nil
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
package config
|
||||
|
Loading…
Reference in New Issue
Block a user