Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.17.8_amd64_windows_v0.3.3.zip | 2022-03-11 | 15.6 MB | |
gofs_go1.17.8_amd64_linux_v0.3.3.tar.gz | 2022-03-11 | 7.9 MB | |
README.md | 2022-03-11 | 1.0 kB | |
v0.3.3.tar.gz | 2022-03-11 | 69.2 kB | |
v0.3.3.zip | 2022-03-11 | 112.0 kB | |
Totals: 5 Items | 23.7 MB | 0 |
Fixed
- Fix the
EventLog
write to a nilWriter
will cause panic. - Fix the
DoWithContext
function will return a nil value when panic occurs. - Fix call the
Done
orDoneWithError
for more than once will be deadlock. - Fix the golint warning.
Enhancements
- Rename the
pprof
flag tomanage
. - Rename the
pprof_private
flag tomanage_private
. - Reduce upload and write the same file to the remote push server.
- Add the
conf
flag to load config from the file to replace the flags, supportyaml
andjson
format currently. - Add the
core.Duration
struct to replace thetime.Duration
and custom the encoding behavior. - Add config api to read program config with
json
oryaml
format. - Add the
awesome
badge. - Set the test timeout for 10 minutes.
- Add some tests.
- Update README docs, add the run in docker section, add usage for -chunk_size flag, and how to use the configuration file section.
- Update server/README.md, add document for file push api.