remove temp file if not used rather than overwrite and leave a dangling file at the end
This commit is contained in:
parent
c17aadce55
commit
f51e2f6185
2
go.mod
2
go.mod
|
@ -2,4 +2,4 @@ module git.teamworkapps.com/shortcut/imageoptimizer
|
|||
|
||||
go 1.17
|
||||
|
||||
require github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
||||
require github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
||||
|
|
Loading…
Reference in New Issue