mirror of
https://github.com/Danile71/go-gpujpeg.git
synced 2025-10-06 07:56:59 +08:00
fix names
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user