1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-24 04:04:37 +00:00
Files
rclone/lib/terminal/hidden_other.go
2021-09-19 11:28:40 +01:00

9 lines
125 B
Go

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