Major update -> v1.5.0

This commit is contained in:
esimov
2025-04-27 10:40:09 +03:00
parent bdceadba96
commit 4b51dc0207
1124 changed files with 1356 additions and 513450 deletions

View File

@@ -5,7 +5,7 @@ import (
"image/color"
"image/color/palette"
"image/draw"
"io/ioutil"
"os"
"path/filepath"
"testing"
@@ -14,7 +14,7 @@ import (
func TestImage_ShouldGetSampleImage(t *testing.T) {
path := filepath.Join("./testdata", "sample.jpg")
_, err := ioutil.ReadFile(path)
_, err := os.ReadFile(path)
if err != nil {
t.Errorf("Should get the sample image")
}