1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-01 16:22:43 +02:00

fix build issue

This commit is contained in:
Chris Lu 2017-01-03 21:28:28 -08:00
parent 297f64e286
commit 4d3353750e

View file

@ -2,6 +2,7 @@ package images
import (
"io/ioutil"
"os"
"testing"
)
@ -14,4 +15,6 @@ func TestXYZ(t *testing.T) {
ioutil.WriteFile("fixed1.jpg", fixed_data, 0644)
os.Remove("fixed1.jpg")
}