Files

12 lines
147 B
Go
Raw Permalink Normal View History

//go:build !windows
package instance
func HideConsole() {}
func ShowConsole() {}
func ProtectFromConsoleClose() {}
2026-09-01 23:25:06 +03:00
func AllowConsoleKill() {}