From 75abc628fe41bc67c787f79103c8d72e539a9fb2 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Wed, 19 Oct 2016 20:39:44 +0800 Subject: Update godoc of package. --- lib.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib.go') diff --git a/lib.go b/lib.go index 8030601..03fc8f2 100644 --- a/lib.go +++ b/lib.go @@ -39,7 +39,7 @@ func ReadZipReader(r *zip.Reader) (map[string]string, int, error) { return fileList, worksheets, nil } -// Read XML content as string and replace drawing property in XML namespace of sheet +// Read XML content as string and replace drawing property in XML namespace of sheet. func (f *File) readXML(name string) string { if content, ok := f.XLSX[name]; ok { return strings.Replace(content, `