()
| 7 | ) |
| 8 | |
| 9 | func main() { |
| 10 | app := initializeAppOnly() |
| 11 | app.Run(":6060") |
| 12 | } |
| 13 | |
| 14 | // initializeAppOnly initializes the app without starting the server (for testing) |
| 15 | func initializeAppOnly() *api.Server { |
nothing calls this directly
no test coverage detected