From d93a156355547c583bf35bf1201f92a3c68e89f0 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Sat, 13 May 2017 13:28:21 +0800 Subject: Initialize comments support & go test updated. --- xmlStyles.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlStyles.go') diff --git a/xmlStyles.go b/xmlStyles.go index 682c5d3..aa0c9c8 100644 --- a/xmlStyles.go +++ b/xmlStyles.go @@ -52,8 +52,8 @@ type xlsxLine struct { type xlsxColor struct { Auto bool `xml:"auto,attr,omitempty"` RGB string `xml:"rgb,attr,omitempty"` - Indexed *int `xml:"indexed,attr,omitempty"` - Theme *int `xml:"theme,attr,omitempty"` + Indexed int `xml:"indexed,attr,omitempty"` + Theme int `xml:"theme,attr,omitempty"` Tint float64 `xml:"tint,attr,omitempty"` } -- cgit v1.2.1