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

Change single valued structs to wrapped C types #5

Open
ear7h opened this issue Aug 12, 2018 · 0 comments
Open

Change single valued structs to wrapped C types #5

ear7h opened this issue Aug 12, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ear7h
Copy link
Collaborator

ear7h commented Aug 12, 2018

// 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

@ear7h ear7h added the enhancement New feature or request label Aug 12, 2018
@ear7h ear7h self-assigned this Aug 12, 2018
@ear7h ear7h added this to the v0.0.3 milestone Aug 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant