We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, thanks for the great library!
When using it however a blank newline is constantly printed after the main app. Checkout the example app from the README.md:
README.md
I think this could be because fmt.Println is used when the text already has a newline appended to it via \n.
fmt.Println
\n
go-bitbar/bitbar.go
Line 334 in 48c7546
I'm using xbar v2.1.4-beta
The text was updated successfully, but these errors were encountered:
Fix blank newline on Render func
Render
56ce761
Closes johnmccabe#5 - App app lines already get a newline rendered via `\n` so `fmt.Println` was just adding a blank new line at the end
Successfully merging a pull request may close this issue.
First, thanks for the great library!
When using it however a blank newline is constantly printed after the main app. Checkout the example app from the
README.md
:I think this could be because
fmt.Println
is used when the text already has a newline appended to it via\n
.go-bitbar/bitbar.go
Line 334 in 48c7546
I'm using xbar v2.1.4-beta
The text was updated successfully, but these errors were encountered: