Add structured error output response

This commit is contained in:
Eli Ribble 2026-02-25 02:44:35 +00:00
parent d375105de4
commit 6cccc16031
No known key found for this signature in database
4 changed files with 54 additions and 15 deletions

View file

@ -1,6 +1,8 @@
package main
import (
"context"
"flag"
"log"
"os"