| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gofs_go1.18_amd64_windows_v0.3.4.zip | 2022-03-23 | 16.3 MB | |
| gofs_go1.18_amd64_linux_v0.3.4.tar.gz | 2022-03-23 | 8.3 MB | |
| README.md | 2022-03-23 | 828 Bytes | |
| v0.3.4.tar.gz | 2022-03-23 | 74.7 kB | |
| v0.3.4.zip | 2022-03-23 | 122.3 kB | |
| Totals: 5 Items | 24.8 MB | 0 | |
Fixed
- Fix cyclomatic complexity is too high.
Enhancements
- Add support
go1.18. - Support send a request that compares the hash value of the file chunk before writing the file chunk to the remote push server.
- Add the
MD5FromFileChunkfunction to calculate the hash value of the file chunk and add some tests for it. - Add the
IsEOFandIsNonEOFfunctions, and add some tests for them. - Move
util/*.goto the*utilpackage and add some tests for this package. - Remove the
+buildinstruction. - Remove the
vfsValue.Getfunction. - Remove
breakin theswitch. - Rename the
MD5function toMD5FromString. - Add some tests.
- Use the mock function for disk operation in the
fspackage tests. - Update
server/README.md, fix table format and update file push api document.