fix names

This commit is contained in:
danil_e71
2020-07-17 14:02:59 +03:00
parent cc739e9ba7
commit 1d827c22a7
4 changed files with 4 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ const file = "test.jpg"
func main() {
err := gpujpeg.InitDevice(0)
data, err := ioutil.ReadFile(file)
if err != nil {
fmt.Println(err)