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