Reduced number of exported identifiers

This commit is contained in:
Eduard Urbach 2024-03-22 15:18:54 +01:00
parent d1e052d352
commit 1dc158eb03
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 9 additions and 9 deletions

View file

@ -31,7 +31,7 @@ type server struct {
handlers []Handler
router router.Router[Handler]
errorHandler func(Context, error)
config Configuration
config config
}
// NewServer creates a new HTTP server.