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

Cannot show up progress bar at Goland terminal console #127

Open
chenpi12311 opened this issue Mar 29, 2023 · 1 comment
Open

Cannot show up progress bar at Goland terminal console #127

chenpi12311 opened this issue Mar 29, 2023 · 1 comment

Comments

@chenpi12311
Copy link

when i run go program at terminal by myself, i can see the progress bar. but when i use Goland to run go program, i can't see the progress bar, while i can see other text which printed by fmt.Println()..

@vbauerster
Copy link
Owner

Most likely Goland's terminal emulator doesn't report itself as terminal.
You can force output by applying WithAutoRefresh option.

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

2 participants