mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
7 lines
95 B
Go
7 lines
95 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package platform
|
|
|
|
func EnableAnsiEscapeSequences() {
|
|
}
|