21
0
Fork 0

<byte> is obviously preferable for the type that can be ReadBinary

This commit is contained in:
Ivan 2019-03-17 23:01:02 +03:00
parent 0698fa2730
commit 5480ee5058
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const (
type boundsheet struct {
Filepos uint32
Visible TWorkSheetVisibility
Visible byte
Type byte
Name byte
}