8 lines
128 B
Go
8 lines
128 B
Go
|
package chipmunk
|
||
|
|
||
|
type tranx struct {
|
||
|
Cost float32 `json:"cost"`
|
||
|
Store string `json:"store"`
|
||
|
Info string `json:"Info"`
|
||
|
}
|