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

[minor] Example usage in serial.go calls the wrong logging function #49

Open
lackofdream opened this issue Oct 10, 2016 · 0 comments
Open

Comments

@lackofdream
Copy link

In serial.go Line 53

log.Print("%q", buf[:n])

where should be

log.Printf("%q", buf[:n])

It doesn't matter much, but may be confusing.

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