mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
rename handler -> server
This commit is contained in:
@@ -6,6 +6,6 @@ import (
|
||||
"github.com/nkanaev/yarr/src/server"
|
||||
)
|
||||
|
||||
func Start(s *server.Handler) {
|
||||
func Start(s *server.Server) {
|
||||
s.Start()
|
||||
}
|
||||
|
Reference in New Issue
Block a user