Skip to content

#65 Fix mapping of char from rune to byte#66

Open
vszurma wants to merge 2 commits intoTinkerforge:masterfrom
vszurma:master
Open

#65 Fix mapping of char from rune to byte#66
vszurma wants to merge 2 commits intoTinkerforge:masterfrom
vszurma:master

Conversation

@vszurma
Copy link
Copy Markdown

@vszurma vszurma commented Apr 14, 2026

This pull request fixes #65 by correcting incorrect mappings from rune to byte.

This is a breaking change, but the assigned version does not reflect that. Since I am not familiar with the Tinkerforge versioning policy, only the bugfix version has been incremented.

Additionally, the types and APIs could be further refactored to be more idomatic (e.g. implementation of io.Reader/Writer, ...).

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

Successfully merging this pull request may close these issues.

Bug: Incorrect mapping of C char to Go rune in gobindings

1 participant