1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-19 17:53:16 +00:00
Files
rclone/lib/terminal/hidden_other.go

8 lines
105 B
Go

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