mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:54:44 +01:00
8 lines
105 B
Go
8 lines
105 B
Go
// +build !windows
|
|
|
|
package terminal
|
|
|
|
// HideConsole is only supported on windows
|
|
func HideConsole() {
|
|
}
|