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` --- calcchain_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calcchain_test.go') diff --git a/calcchain_test.go b/calcchain_test.go index 6144ed5..c36655b 100644 --- a/calcchain_test.go +++ b/calcchain_test.go @@ -5,7 +5,7 @@ import "testing" func TestCalcChainReader(t *testing.T) { f := NewFile() f.CalcChain = nil - f.Pkg.Store(dafaultXMLPathCalcChain, MacintoshCyrillicCharset) + f.Pkg.Store(defaultXMLPathCalcChain, MacintoshCyrillicCharset) f.calcChainReader() } -- cgit v1.2.1