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
MD5FromFileChunk
function to calculate the hash value of the file chunk and add some tests for it. - Add the
IsEOF
andIsNonEOF
functions, and add some tests for them. - Move
util/*.go
to the*util
package and add some tests for this package. - Remove the
+build
instruction. - Remove the
vfsValue.Get
function. - Remove
break
in theswitch
. - Rename the
MD5
function toMD5FromString
. - Add some tests.
- Use the mock function for disk operation in the
fs
package tests. - Update
server/README.md
, fix table format and update file push api document.