This commit is contained in:
2025-11-11 20:47:43 +01:00
parent 17a671a417
commit 1dbfe08225
9 changed files with 322 additions and 57 deletions

View File

@@ -22,6 +22,6 @@ func NewServer(addr string) *Server {
return s
}
func (s *Server) Start() error {
func (s *Server) Run() error {
return s.router.Run(s.addr)
}