chore(tfstated): code cleanup
This commit is contained in:
parent
65e66b5e38
commit
99ff8441da
2 changed files with 1 additions and 14 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue