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

Update struct names to use exported types #8

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

mullerch
Copy link
Contributor

@mullerch mullerch commented Dec 5, 2023

The struct names in various files were updated to start with a capital letter which makes them exported and usable in other packages. This change allows these types to be used directly (declaration, parameters, return type).

Types that need initialization (and have a pseudo-constructor) and are exported through interfaces were not modified.

This change should be backward compatible as those types could not be used directly before.

Fixes #7

The struct names in various files were updated to start with a capital letter which makes them exported and usable in other packages. This change allows these types to be used directly (declaration, parameters, return type).

Types that need initialization (and have a pseudo-constructor) and are exported through interfaces were not modified.
@mullerch mullerch marked this pull request as ready for review December 5, 2023 09:25
@maltegrosse maltegrosse merged commit 0a970c0 into maltegrosse:master Dec 5, 2023
@maltegrosse
Copy link
Owner

thanks @mullerch , added new release tag to v0.1.2

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.

Some return types are not public
2 participants