diff options
Diffstat (limited to 'excelize.go')
-rw-r--r-- | excelize.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/excelize.go b/excelize.go index f4c7a25..92617de 100644 --- a/excelize.go +++ b/excelize.go @@ -10,7 +10,7 @@ // data. This library needs Go version 1.15 or later. // // See https://xuri.me/excelize for more information about this package. -package excelize +package anyxcelize import ( "archive/zip" |