diff options
Diffstat (limited to 'pkg/backend/run.go')
-rw-r--r-- | pkg/backend/run.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/backend/run.go b/pkg/backend/run.go index a6d2f03..2af47ab 100644 --- a/pkg/backend/run.go +++ b/pkg/backend/run.go @@ -2,7 +2,6 @@ package backend import ( "context" - "io" "log/slog" "net" "net/http" @@ -14,11 +13,7 @@ import ( func Run( ctx context.Context, db *database.DB, - //args []string, getenv func(string) string, - //stdin io.Reader, - //stdout io.Writer, - stderr io.Writer, ) *http.Server { mux := http.NewServeMux() addRoutes( |