diff options
author | xuri <xuri.me@gmail.com> | 2021-04-04 15:29:43 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-04-04 15:29:43 +0800 |
commit | f8f699a172bd0219a8736b19091dd3eaa9eb3b25 (patch) | |
tree | 5f268eed0b3979f175a49d508fee8409a32a6f7f /datavalidation_test.go | |
parent | 89c262fc1d525f74bb0e2fb61ae7a3d10d07a12a (diff) |
Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSCH, IMEXP, IMLN and IMLOG10
Diffstat (limited to 'datavalidation_test.go')
-rw-r--r-- | datavalidation_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datavalidation_test.go b/datavalidation_test.go index 758267d..5aea583 100644 --- a/datavalidation_test.go +++ b/datavalidation_test.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excelâ„¢ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.10 or later. +// charts of XLSX. This library needs Go version 1.15 or later. package excelize |