Code cleanup and formatting

This commit is contained in:
KS Jannette
2026-05-19 04:09:33 -04:00
parent f67d57fedf
commit 2e30da54e2
9 changed files with 11 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
package httpjson
package handler
import (
"context"

View File

@@ -1,4 +1,4 @@
package httpjson
package handler
import (
"context"

View File

@@ -1,4 +1,4 @@
package httpjson
package handler
import (
"net/http"

View File

@@ -1,4 +1,4 @@
package httpjson
package handler
import (
"io"