summaryrefslogtreecommitdiff
path: root/xmlDrawing.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-08-11 00:36:14 +0800
committerxuri <xuri.me@gmail.com>2019-08-11 00:36:14 +0800
commit9c70d0ac868f66badf2663cc7b4b3c46d5411131 (patch)
tree4d2279b057fc9a0642751f3928e35846d6be24b5 /xmlDrawing.go
parentadc4aed472601440c0dced25b1378cb090829419 (diff)
Documentation updated, Go 1.10+ required
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r--xmlDrawing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlDrawing.go b/xmlDrawing.go
index 20cb83d..ade6261 100644
--- a/xmlDrawing.go
+++ b/xmlDrawing.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.8 or later.
+// charts of XLSX. This library needs Go version 1.10 or later.
package excelize