diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-08-01 16:35:18 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-08-01 16:35:18 +0800 |
commit | 6626a26f7baca10773f4066de47a811a8a89d236 (patch) | |
tree | a82eab7a05808e10d40f7a3be4fcbb87cff96fbb /templates.go | |
parent | b327eb54dcbf3013dba29a598b87481921fff39a (diff) |
Simplify code and update unit tests.
Diffstat (limited to 'templates.go')
-rw-r--r-- | templates.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates.go b/templates.go index 0c6d3b3..b5f4f8c 100644 --- a/templates.go +++ b/templates.go @@ -1,5 +1,5 @@ -// This file contains default templates for XML files we don't yet -// populated based on content. +// This file contains default templates for XML files we don't yet populated +// based on content. package excelize |