refactor: decouple application startup logic from main
SonarQube Scan / SonarQube Trigger (push) Successful in 2m18s

This commit is contained in:
2026-01-23 23:51:58 +07:00
parent 3d43396f3e
commit 1171b18340
8 changed files with 214 additions and 164 deletions
-1
View File
@@ -114,5 +114,4 @@ func (s *server) handleConnection(conn net.Conn) {
log.Printf("SSH session ended with error: %s", err.Error())
return
}
return
}