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