mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
9 lines
125 B
Go
9 lines
125 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package terminal
|
|
|
|
// HideConsole is only supported on windows
|
|
func HideConsole() {
|
|
}
|