5 lines
56 B
Go
5 lines
56 B
Go
package trade
|
|
|
|
type KV struct {
|
|
local map[string]any
|
|
}
|
package trade
|
|
|
|
type KV struct {
|
|
local map[string]any
|
|
}
|