Reputation: 12672
Sorry I really don't know how to describe my question.I'm new to study Gin
:
When I run "go build xxxx" in Goland, like:
the console shows some unusual words:
I think the cause is that:Gin
wants to show us some colorful words but the console couldn't parse them well so it show us the origin code of those color text.
How to make sure the console gives the parsed words?
Upvotes: 1
Views: 383
Reputation: 1157
This is a known bug, you can read more about it here as well as vote for the issue to get notified of progress. To work around the problem, please do the following.
go.run.processes.with.pty
and disable it.Upvotes: 1