From f8f699a172bd0219a8736b19091dd3eaa9eb3b25 Mon Sep 17 00:00:00 2001 From: xuri <xuri.me@gmail.com> Date: Sun, 4 Apr 2021 15:29:43 +0800 Subject: Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSCH, IMEXP, IMLN and IMLOG10 --- datavalidation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datavalidation_test.go') 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 -- cgit v1.2.1