Server debugging support for vscode.
All checks were successful
Linting and tests / Linting (push) Successful in 5s

This commit is contained in:
2025-09-14 12:38:45 +05:00
parent 3cfc74affa
commit 466b58b41d
9 changed files with 128 additions and 17 deletions

View File

@@ -10,10 +10,7 @@ import (
"time"
)
var (
errApplication = errors.New("application")
errNoMainWindow = errors.New("no main window service registered")
)
var errApplication = errors.New("application")
// Application is a lifecycle controlling structure for application.
type Application struct {