ffmt
ffmt copied to clipboard
Golang beautify data display for Humans
Results
2
ffmt issues
Sort by
recently updated
recently updated
newest added
```go type Exp struct{ v string } func (e Exp) String() string { return e.v } ``` 大佬 这种情况啥时候能支持一波
do you plan to support print with ANSI colors? + https://gist.github.com/ik5/d8ecde700972d4378d87