From aaced358f135ea871428bba87bb945cc170eee0f Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 26 May 2018 16:23:15 +0800 Subject: - Initialize shared formula types support, relate issue #227; - go test and godoc has been updated --- templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates.go') diff --git a/templates.go b/templates.go index 708368e..ef6058c 100644 --- a/templates.go +++ b/templates.go @@ -12,7 +12,7 @@ var ( XMLHeaderByte = []byte(XMLHeader) ) -const templateDocpropsApp = `0Golang Excelize` +const templateDocpropsApp = `0Go Excelize` const templateContentTypes = `` -- cgit v1.2.1