chore: use Dockerfile
Some checks failed
Sample Testing / my_job (push) Has been cancelled

This commit is contained in:
Marcel S. Henselin 2026-04-16 11:15:21 +02:00
parent 0303b4b9aa
commit 0de0522a0c

View file

@ -114,6 +114,9 @@ func main() {
}
defer resp.Body.Close()
fmt.Println("response Status:", resp.Status)
if resp.StatusCode != http.StatusOK {
fmt.Printf("response: %+v\n", resp)
}
}
func card(d templateData) ([]byte, error) {