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

Misc refactor #50

Merged
merged 2 commits into from
Jul 20, 2023
Merged

Misc refactor #50

merged 2 commits into from
Jul 20, 2023

Conversation

kpetremann
Copy link
Owner

  • improve gitignore
  • use pointer receivers in registry to avoid potential future issues

Avoid to push the binaries when it is build on your dev env.
Keep salt-exporter and salt-live directories for the gh-pages branch.
Value receivers are working here because the structure fields are
pointers themselves.

Moving to pointer receivers, to avoid potential issues if one would add
a value field and edit it from the methods.
@kpetremann kpetremann merged commit 87927f4 into main Jul 20, 2023
@kpetremann kpetremann deleted the misc_refactor branch July 20, 2023 16:15
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.

1 participant