mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 05:57:53 +08:00
8 lines
106 B
Go
8 lines
106 B
Go
//go:build !windows
|
|
|
|
package terminal
|
|
|
|
// HideConsole is only supported on windows
|
|
func HideConsole() {
|
|
}
|