Files
xls/sst.go
Liu Ming fbfa8b5d0d init
2015-03-19 17:39:41 +08:00

7 lines
65 B
Go

package xls
type SstInfo struct {
Total uint32
Count uint32
}