Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library not compatible with text/tabwriter #240

Open
iblancasa opened this issue Oct 2, 2024 · 0 comments
Open

Library not compatible with text/tabwriter #240

iblancasa opened this issue Oct 2, 2024 · 0 comments

Comments

@iblancasa
Copy link

It seems the library doesn't work well with text/tabwriter.

image

I created a tabwriter like this:

w := tabwriter.NewWriter(os.Stdout, 0, 0, 2, ' ', tabwriter.Debug)

Created the strings with colors like this:

color.RedString("Unmaintained")

And printed with fmt.Fprintf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant