From 2245fccca0beb25a1bf309a1c9cbd273512f125a Mon Sep 17 00:00:00 2001 From: xuri Date: Sun, 9 Jan 2022 00:20:42 +0800 Subject: Typo fix, rename exported constants, dependencies modules and copyright update Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative` --- templates.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates.go') diff --git a/templates.go b/templates.go index 1783d7c..20ef31d 100644 --- a/templates.go +++ b/templates.go @@ -1,4 +1,4 @@ -// Copyright 2016 - 2021 The excelize Authors. All rights reserved. Use of +// Copyright 2016 - 2022 The excelize Authors. All rights reserved. Use of // this source code is governed by a BSD-style license that can be found in // the LICENSE file. // @@ -24,10 +24,10 @@ var ( const ( defaultXMLPathContentTypes = "[Content_Types].xml" - dafaultXMLPathDocPropsApp = "docProps/app.xml" - dafaultXMLPathDocPropsCore = "docProps/core.xml" - dafaultXMLPathCalcChain = "xl/calcChain.xml" - dafaultXMLPathSharedStrings = "xl/sharedStrings.xml" + defaultXMLPathDocPropsApp = "docProps/app.xml" + defaultXMLPathDocPropsCore = "docProps/core.xml" + defaultXMLPathCalcChain = "xl/calcChain.xml" + defaultXMLPathSharedStrings = "xl/sharedStrings.xml" defaultXMLPathStyles = "xl/styles.xml" defaultXMLPathWorkbook = "xl/workbook.xml" ) -- cgit v1.2.1