init
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user