clean code and add some comments

This commit is contained in:
Liu Ming
2015-09-30 10:40:01 +08:00
parent 4b7153c0ef
commit e7a933588c
7 changed files with 73 additions and 76 deletions

2
row.go
View File

@@ -12,5 +12,5 @@ type RowInfo struct {
type Row struct {
info *RowInfo
Cols map[uint16]ContentHandler
Cols map[uint16]contentHandler
}