Why struct.calcsize ( "5id ") is 32? struct RateInfo { time_t time; int open; int high,low,close; double vol; }; requires a struct such a...
type Goods struct { IDAutoModel CategoryIDModel NameModel DescriptionModel Stores uint64 `json:"stores"` MinScore uint64 `json:"min_score"` ...