diff options
Diffstat (limited to 'excelize.go')
-rw-r--r-- | excelize.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/excelize.go b/excelize.go index bfb3aba..75b0c13 100644 --- a/excelize.go +++ b/excelize.go @@ -31,7 +31,7 @@ import ( // File define a populated spreadsheet file struct. type File struct { - sync.RWMutex + sync.Mutex xmlAttr map[string][]xml.Attr checked map[string]bool sheetMap map[string]string |