cp template

This commit is contained in:
Bel LaPointe
2025-12-11 10:13:16 -07:00
parent 558d2f7f9d
commit 46e247a9e1

View File

@@ -33,7 +33,7 @@ func run(ctx context.Context) error {
} else if err := row.Scan(&n); err != nil { } else if err := row.Scan(&n); err != nil {
log.Println("scan err:", err) log.Println("scan err:", err)
} else { } else {
log.Println("ping...") log.Println("pinged")
} }
}) })
return ctx.Err() return ctx.Err()