-
Notifications
You must be signed in to change notification settings - Fork 9
chore: centralize API usage #100
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
Conversation
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
313e8b0
to
fe43722
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't run this branch, but looks good to me.
In a fresh clone, I do
|
... The same error for Android. I do
|
Problem with Wails. In a fresh clone of this branch, I go to
|
Problem with new-app. In a fresh clone, I enter
|
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
85602af
to
5faead8
Compare
The problems with gnoboard mentioned above are resolved. |
The problem with
|
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
The problem with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested make new-app
, the Wails example and the gnoboard example on Android and iOS simulators.
This PR wants all the example apps and the Go framework to use the API in the
./api
folder instead of copying the API files into their subdirectory. So if you update the API files, every app will use the latest version of them.Fixes #103