Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.18.1_amd64_windows_v0.4.1.zip | 2022-05-12 | 16.5 MB | |
gofs_go1.18.1_amd64_linux_v0.4.1.tar.gz | 2022-05-12 | 8.3 MB | |
README.md | 2022-05-10 | 1.1 kB | |
v0.4.1.tar.gz | 2022-05-10 | 90.9 kB | |
v0.4.1.zip | 2022-05-10 | 149.6 kB | |
Totals: 5 Items | 25.0 MB | 0 |
Enhancements
- Add the
Docker
support and some docker example scripts. - Add
build-release.sh
script to build release file for the linux and windows system. - Add support using the
v
flag print go version info. - Add
sync_delay flag
,sync_delay_events
andsync_delay_time
flags to support sync delay and update README docs. - Add the
log_sample_rate
flag to set the sample rate for the sample logger, and the value ranges from 0 to 1, default is1
. - Add the
force_checksum
flag, if the file size and file modification time of the source file is equal to the destination file andforce_checksum
isfalse
, then ignore the current file transfer. - Add
dependabot.yml
. - Update github action,codecov/codecov-action 2 => 3.
- Update github action,actions/setup-go 2 => 3.
- Update github action,actions/checkout 2 => 3.
- Update dependency, github.com/no-src/log v0.1.2 => v0.1.3.
- Update dependency, github.com/fsnotify/fsnotify v1.5.1 => v1.5.4.
- Update dependency, github.com/gin-contrib/sessions v0.0.4 => v0.0.5.
- Code refactoring for tests.