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

Small fixes to the (*Recordset).Results() comment #68

Merged
merged 1 commit into from
Jul 9, 2015

Conversation

GeertJohan
Copy link
Contributor

The Result type contains a Record as a field. It's not embedded. If Record was embedded then it would be possible to reference all the fields of Record directly on Result. e.g. result.Key instead of result.Record.Key.

Also fixed the example, it needs an extra space indentation to be rendered correctly by godoc.

@khaf khaf merged commit 612b003 into aerospike:master Jul 9, 2015
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