Files
console/output/formatter/ansi.go
2020-10-25 10:00:59 +03:00

6 lines
60 B
Go

package formatter
func Ansi() *Formatter {
return New()
}