6 lines
63 B
Go
6 lines
63 B
Go
//go:build !windows
|
|
|
|
package term
|
|
|
|
func EnableConsoleANSI() {}
|
//go:build !windows
|
|
|
|
package term
|
|
|
|
func EnableConsoleANSI() {}
|