server with basic hot reload

This commit is contained in:
2025-11-30 10:09:53 +02:00
parent f1ed3c977a
commit 44e92bcfef
14 changed files with 700 additions and 18 deletions

View File

@@ -6,4 +6,4 @@ import (
var (
ErrNilPointerWarn = errors.New("nil pointer dereference warning")
)
)