-
Notifications
You must be signed in to change notification settings - Fork 285
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
central undefined #99
Comments
I have the proper GOPATH/GOROOT. When I do a "go get github.com/paypal/gatt" The output I get is: github.com/paypal/gatt Any tricks to getting golang to compile gatt? |
The trick is to not use Windows. You can cross compile as needed. I went to Ubuntu and it just worked. |
So i am sorry because i have lessons so i can't answer
…On Wed, Dec 5, 2018, 17:51 Bruno Terkaly ***@***.***> wrote:
Yes - it is a Windows issue. I went to Ubuntu and it just worked.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#99 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Ammvu3TqCzlWd6_bJSbVgE5OX-b9qPXeks5u1_mggaJpZM4V1nOv>
.
|
I'm good - I cross-compiled on Linux for Raspberry PI arch and I hope it wall works. |
Good luck
…On Wed, Dec 5, 2018, 18:45 Bruno Terkaly ***@***.***> wrote:
I'm good - I cross-compiled on Linux for Raspberry PI arch and I hope it
wall works.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#99 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Ammvu2CIu4OCVpr110wsQk8NXI-gTs7cks5u2AYqgaJpZM4V1nOv>
.
|
What causes this, though?
I'm not sure why that's central (the type) with a small c ... but even if you chagne that to Central it fails with the same error. From a language perspective I don't understand what's wrong. |
hello
with go 1.10 and when i build server.go i have this message
"undefined: central"
any help please !!?
The text was updated successfully, but these errors were encountered: