diff options
author | Lijingfeng <170574@qq.com> | 2020-10-05 22:17:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 22:17:11 +0800 |
commit | 93160287bb7fa6479c73ee031b5ed771972a17a8 (patch) | |
tree | b875bf60a7eb30a83ea233b52e5740609dda4f5a /go.mod | |
parent | f2b8798a34aab4411a50861a4cdf47203edc3a19 (diff) |
Optimize memory usage when stream flush and save (#659)
* use io.Copy from stream temp file to zip Writer
* fix nil
* log
* build
* delete log
* fix compatibility for office
* Update go module
Co-authored-by: lijingfeng <lijingfeng@laiye.com>
Co-authored-by: xuri <xuri.me@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/360EntSecGroup-Skylar/excelize/v2 -go 1.15 +go 1.11 require ( github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 |