Skip to content

Releases: marcellowy/go-common

v0.0.22

26 Jul 14:05
Compare
Choose a tag to compare

bugfix

26 Jul 13:58
Compare
Choose a tag to compare
v0.0.21

add GBKToUTF8

v0.0.20

25 Jun 03:14
Compare
Choose a tag to compare

v0.0.19

13 Jun 03:31
Compare
Choose a tag to compare

optimiz copy file

v0.0.18

08 Jun 04:26
Compare
Choose a tag to compare
update ts map

v0.0.17

27 May 07:09
Compare
Choose a tag to compare
update PrintRequest/PrintResponse

v0.0.16

08 May 07:03
Compare
Choose a tag to compare

bugfix: copy directory err

v0.0.15

07 May 07:28
Compare
Choose a tag to compare
  • bugfix: unzip failed

v0.0.14

07 May 03:07
Compare
Choose a tag to compare
  • added ftp download/upload/delete
  • added download file from URL, support large file
  • added func ReCreateDirectory removes the directory at the given path and creates a new empty directory at the same path.
  • added func RemoveLastSeparator removes the last separator from the given path string.

v0.0.13

29 Apr 08:45
Compare
Choose a tag to compare
  • add func Copy copies the contents of the file at the given source path to the destination path.
  • add func DirHasPrefix checks if the directory path 's' has a prefix 'prefix'.
  • add func CopyFile copies the contents of the file at the given source path to the destination path.
  • add func Zip/Unzip zip or unzip file/directory