From 99ff8441dae1f3784d6b756fb55d4f128338aa8c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 2 Jan 2025 18:23:04 +0100 Subject: chore(tfstated): code cleanup --- pkg/backend/run.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pkg') 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( -- cgit v1.2.3