bumped app version

This commit is contained in:
Gani Georgiev
2025-05-11 00:10:45 +03:00
parent fbc378067d
commit 0113fecca9
39 changed files with 3505 additions and 3508 deletions
+2 -2
View File
@@ -126,8 +126,8 @@ func (s *System) GetFile(fileKey string) (*blob.Reader, error) {
return s.GetReader(fileKey)
}
// GetReaderAsFile constructs a new reuploadable File value from the
// associated fileKey blob.Reader.
// GetReuploadableFile constructs a new reuploadable File value
// from the associated fileKey blob.Reader.
//
// If preserveName is false then the returned File.Name will have
// a new randomly generated suffix, otherwise it will reuse the original one.
-1
View File
@@ -926,7 +926,6 @@ func createTestDir(t *testing.T) string {
// png
{
file, err := os.OpenFile(filepath.Join(dir, "image.png"), os.O_WRONLY|os.O_CREATE, 0644)
if err != nil {
t.Fatal(err)