rename handler -> server

This commit is contained in:
Nazar Kanaev
2021-03-16 21:20:01 +00:00
parent 66fdbef90b
commit e53265472f
3 changed files with 15 additions and 14 deletions

View File

@@ -6,6 +6,6 @@ import (
"github.com/nkanaev/yarr/src/server"
)
func Start(s *server.Handler) {
func Start(s *server.Server) {
s.Start()
}