Files
go-worm/lib/instance/console_stub.go
T
kato 2318684e93 refactor(core): add headless run and auto-restart
- Run without console by default
- Log to file once console hidden
- Recover panics in background goroutines
- Restart agent after unexpected errors
- Use shared instance launch helper
2026-09-01 20:12:12 +03:00

6 lines
61 B
Go

//go:build !windows
package instance
func HideConsole() {}