aboutsummaryrefslogtreecommitdiff
path: root/fs_fs_test.go
AgeCommit message (Collapse)AuthorFilesLines
2024-02-21Upgrade golangci-lint to v1.56.2; fix gocritic issues (#1722)Gravatar Oleksandr Redko 1-1/+1
2023-12-13chore: Add missing dots at the end of comments (#1677)Gravatar Oleksandr Redko 1-2/+0
2023-11-05Add support to fs.fs on serve static files (#1640)Gravatar Tiago Peczenyj 1-0/+640
* substitute *os.File by fs.File * refactor error handling by using the new recommended form * finish implementation * substitute seek(offset,0) by seek(offset, io.SeekStart) * add unit test * use io.SeekStart on Seek method