summaryrefslogtreecommitdiff
path: root/excelize.go
diff options
context:
space:
mode:
Diffstat (limited to 'excelize.go')
-rw-r--r--excelize.go2
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