Releases: coreybutler/go-fsutil
Releases · coreybutler/go-fsutil
v1.2.2
Updated executable files for Windows.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Minor cleanup (go.mod)
v1.2.0
Adds support for zip/unzip.
v1.1.1
Ignore symlinks in copy/move methods (symlinks caused errors in prior versions).
v1.1.0
Includes new Move()
and Copy()
methods.
v1.0.6
Adds new functions:
- List
- ListDirectories
- ListFiles
v1.0.5
Added IsReadable, IsWritable, ReadTextFile, and WriteTextFile
v1.0.4
Fixed go.mod
v1.0.3
Added tag w/ v prefix for better go module support.