xls/sst.go
2015-03-19 17:39:41 +08:00

7 lines
65 B
Go

package xls
type SstInfo struct {
Total uint32
Count uint32
}