first commit

This commit is contained in:
2020-10-25 10:00:59 +03:00
commit 0bd6f67397
80 changed files with 4741 additions and 0 deletions

5
output/formatter/ansi.go Normal file
View File

@@ -0,0 +1,5 @@
package formatter
func Ansi() *Formatter {
return New()
}