21
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

View File

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