chrislu
61c4f01e05
refactor
2 weeks ago
chrislu
a489d99333
fix tests
2 weeks ago
chrislu
c4695fc3b3
refactor needle write for different versions
2 weeks ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
3 years ago
chrislu
18b29f709c
refactoring, split file
3 years ago
Eng Zer Jun
a23bcbb7ec
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
4 years ago
Chris Lu
03c643aa6b
fix test
fileSize need to be divided by 8
4 years ago
Chris Lu
4b5ba4927f
adjust NewDiskFile() paramaters
6 years ago
Chris Lu
cd7ce720c7
fix test
6 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
6 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
6 years ago
Chris Lu
e5506152c0
refactoring
6 years ago
bingoohuang
cf0fc797ac
use tempFile.Truncate to reset file size to speedup test
7 years ago
bingoohuang
27093bc2e5
fix needle Append return offset to avoid uint32 overflow
7 years ago