7 lines
106 B
Go
7 lines
106 B
Go
//go:build !windows
|
|
|
|
package terminal
|
|
|
|
// HideConsole is only supported on windows
|
|
func HideConsole() {
|
|
}
|