diff options
Diffstat (limited to 'templates.go')
-rw-r--r-- | templates.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates.go b/templates.go index 9468341..1e46b56 100644 --- a/templates.go +++ b/templates.go @@ -14,12 +14,6 @@ package excelize -import "encoding/xml" - -// XMLHeaderByte define an XML declaration can also contain a standalone -// declaration. -var XMLHeaderByte = []byte(xml.Header) - const ( defaultXMLPathContentTypes = "[Content_Types].xml" defaultXMLPathDocPropsApp = "docProps/app.xml" |