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

Convert all *Options structs to use pointer for fields and fixup the README and project struct #66

Merged
merged 2 commits into from
Jul 26, 2016

Conversation

svanharmelen
Copy link
Member

Big thanks to @woopla for PR #65 which is merged into this PR! 👍

@woopla
Copy link
Contributor

woopla commented Jul 26, 2016

No problem. That'll help me keep my internal customers happy 🎊

The `project` struct was the only one that had all pointers, so I reverted that to make things consistent again.

The same goes for the `time.Time` pointers. In some cases the API does not return a time and if the field is not a pointer to `time.Time`, this will generate an error. So to be consistent now all `time.Time` fields are pointer fields.
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.

2 participants