cp template

main
Bel LaPointe 2025-12-11 10:13:16 -07:00
parent 558d2f7f9d
commit 46e247a9e1
1 changed files with 1 additions and 1 deletions

View File

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