Update README.md to rename the image file created to example.png (#192)

This commit is contained in:
kotaro.yamazaki
2023-03-22 21:04:09 +09:00
committed by GitHub
parent eb68a72bcc
commit 428839400a

View File

@@ -287,7 +287,7 @@ func main() {
return return
} }
file, err := os.Create("image.png") file, err := os.Create("example.png")
if err != nil { if err != nil {
fmt.Printf("File creation error: %v\n", err) fmt.Printf("File creation error: %v\n", err)
return return