1
mirror of https://github.com/rclone/rclone synced 2024-12-19 09:05:56 +01:00
rclone/lib/terminal/hidden_other.go
2021-09-09 20:43:59 +03:00

9 lines
125 B
Go

//go:build !windows
// +build !windows
package terminal
// HideConsole is only supported on windows
func HideConsole() {
}