From f8f699a172bd0219a8736b19091dd3eaa9eb3b25 Mon Sep 17 00:00:00 2001 From: xuri 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 --- docProps_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docProps_test.go') diff --git a/docProps_test.go b/docProps_test.go index 071e7ef..0cb6f71 100644 --- a/docProps_test.go +++ b/docProps_test.go @@ -7,7 +7,7 @@ // spreadsheet documents generated by Microsoft Excelâ„¢ 2007 and later. Supports // complex components by high compatibility, and provided streaming API for // generating or reading data from a worksheet with huge amounts of data. This -// library needs Go version 1.10 or later. +// library needs Go version 1.15 or later. package excelize -- cgit v1.2.1