diff options
author | Ri Xu <xuri.me@gmail.com> | 2016-10-19 20:39:44 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2016-10-19 20:39:44 +0800 |
commit | 75abc628fe41bc67c787f79103c8d72e539a9fb2 (patch) | |
tree | 0d469589163f43d4e1834e9f4548e3f6bf031d9b /templates.go | |
parent | e28de172c6008c590c32ace62da2535ea0338de9 (diff) |
Update godoc of package.
Diffstat (limited to 'templates.go')
-rw-r--r-- | templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates.go b/templates.go index c6b748c..3691f39 100644 --- a/templates.go +++ b/templates.go @@ -3,7 +3,7 @@ package excelize -// XMLHeader define an XML declaration can also contain a standalone declaration +// XMLHeader define an XML declaration can also contain a standalone declaration. const XMLHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n" const templateDocpropsApp = `<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"> |