Renamed module

This commit is contained in:
2024-03-22 15:08:24 +01:00
parent f65c34ea78
commit 5fdb9a883d
16 changed files with 80 additions and 80 deletions

View File

@ -1,4 +1,4 @@
package server
package web
// Handler is a function that deals with the given request/response context.
type Handler func(Context) error