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 bug / typo in example? #2

Open
princefishthrower opened this issue Jul 7, 2024 · 0 comments
Open

Small bug / typo in example? #2

princefishthrower opened this issue Jul 7, 2024 · 0 comments

Comments

@princefishthrower
Copy link

Hi all, thanks for this client library! Just a small thing I noticed in the example code snippet, I beleive you want to dereference with a '*', otherwise you'll just get the memory address printed to the console:

fmt.Println(*rst.Candidates[0].Content.Parts[0])

instead of

fmt.Println(rst.Candidates[0].Content.Parts[0])

Cheers!

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

No branches or pull requests

1 participant