We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
// from type LatLng struct { ptr C.MbglLatLng } //to type LatLng C.MbglLatLng
this will make it clearer that everything being used in the Go side is a pointer
The text was updated successfully, but these errors were encountered:
changed structs to type alias, addded documentation to high level fun…
4ff4d3c
…ctions (#5 #4)
ear7h
No branches or pull requests
this will make it clearer that everything being used in the Go side is a pointer
The text was updated successfully, but these errors were encountered: