fixed typos and some linter suggestions

This commit is contained in:
Gani Georgiev
2024-01-23 20:56:14 +02:00
parent 80d65a198b
commit aabe820e35
17 changed files with 4635 additions and 4626 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ type FileReader interface {
// File defines a single file [io.ReadSeekCloser] resource.
//
// The file could be from a local path, multipipart/formdata header, etc.
// The file could be from a local path, multipart/form-data header, etc.
type File struct {
Reader FileReader
Name string