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

x/mobile/bind: objC lowercasing for all caps fields #13031

Closed
scisci opened this issue Oct 23, 2015 · 0 comments
Closed

x/mobile/bind: objC lowercasing for all caps fields #13031

scisci opened this issue Oct 23, 2015 · 0 comments

Comments

@scisci
Copy link

scisci commented Oct 23, 2015

In general the objective-c lowercasing works really well, but when I have a field with all caps, following go conventions, like: URL, ID, or something else, then the lowercase first letter looks weird:

struct {
  URL string
}

it will come out as an objective c method called uRL

@golang golang locked and limited conversation to collaborators Oct 24, 2016
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
Fixes golang/go#13031

Change-Id: I6cae8e303d0d929e26c44cbdf1c243e98dabb766
Reviewed-on: https://go-review.googlesource.com/16270
Reviewed-by: David Crawshaw <crawshaw@golang.org>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Fixes golang/go#13031

Change-Id: I6cae8e303d0d929e26c44cbdf1c243e98dabb766
Reviewed-on: https://go-review.googlesource.com/16270
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants