move handler into its own package

This commit is contained in:
6543 2022-11-12 18:44:04 +01:00
parent 8519bba527
commit 7acb60874e
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
5 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
package server
package handler
import (
"fmt"

View file

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

View file

@ -1,4 +1,4 @@
package server
package handler
import (
"strings"

View file

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