mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-20 07:26:20 +01:00
8 lines
75 B
Go
8 lines
75 B
Go
//go:build !windows
|
|
|
|
package ansi
|
|
|
|
func EnableANSI() error {
|
|
return nil
|
|
}
|