bumped app version
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user