fix build issue
This commit is contained in:
@@ -2,6 +2,7 @@ package images
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -14,4 +15,6 @@ func TestXYZ(t *testing.T) {
|
|||||||
|
|
||||||
ioutil.WriteFile("fixed1.jpg", fixed_data, 0644)
|
ioutil.WriteFile("fixed1.jpg", fixed_data, 0644)
|
||||||
|
|
||||||
|
os.Remove("fixed1.jpg")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user