-
Notifications
You must be signed in to change notification settings - Fork 53
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
Empty line in logs #5
Comments
Don't place \n yourself in the log text. Logger automatically place \n at the end of the log text. |
I dont, thats the issue. |
OK. I'll have a look when I'm home. Your Go version please. |
Newest, 1.7 on win32 |
Tested under Ubuntu 16.04 and Win7 with Go 1.7, found no problem. What's your Windows version? XP? 10? Here is my testing code: package main import ( func main() { |
Oh sorry, i just realized that my fork modification was responsible for that issue. |
In the console and every log file there is always a blank line after every log line (Windows). I guess there is a \n too much?!
The text was updated successfully, but these errors were encountered: