refactor: decouple application startup logic from main
This commit is contained in:
@@ -114,5 +114,4 @@ func (s *server) handleConnection(conn net.Conn) {
|
||||
log.Printf("SSH session ended with error: %s", err.Error())
|
||||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user