ITADN

Library not compatible with text/tabwriter

#240Openiblancasa 创建于 2024-10-02
I
iblancasacommented
It seems the library doesn't work well with `text/tabwriter`. ![image](https://github.com/user-attachments/assets/006c6900-94ec-49d3-bc33-86eeece2fdd9) I created a `tabwriter` like this: ```golang w := tabwriter.NewWriter(os.Stdout, 0, 0, 2, ' ', tabwriter.Debug) ``` Created the strings with colors like this: ```golang color.RedString("Unmaintained") ``` And printed with `fmt.Fprintf`.
2 条评论