Renamed module

This commit is contained in:
2024-03-22 15:08:24 +01:00
parent 17158235ea
commit ef6dd6885e
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