This commit is contained in:
bel
2023-04-04 23:03:37 -06:00
parent e001ec23e1
commit 99c2db96ca

View File

@@ -31,7 +31,7 @@ func View(p string) {
if err != nil { if err != nil {
panic(err) panic(err)
} }
printImage(30, src) printImage(40, src)
} }
func printImage(limit int, image image.Image) { func printImage(limit int, image image.Image) {