From 167554bfeca1bca54e36d761e2be159358736c9e Mon Sep 17 00:00:00 2001 From: xuri Date: Mon, 14 May 2018 10:12:46 +0800 Subject: Improve unit testing, remove redundant code. --- templates.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates.go') diff --git a/templates.go b/templates.go index d3f82ee..708368e 100644 --- a/templates.go +++ b/templates.go @@ -7,6 +7,8 @@ package excelize const XMLHeader = "\n" var ( + // XMLHeaderByte define an XML declaration can also contain a standalone + // declaration. XMLHeaderByte = []byte(XMLHeader) ) -- cgit v1.2.1