mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update go.html.markdown (#4971)
The Go wiki on GitHub has moved to go.dev The old link was broken, Updating the link ensures doc remains accurate and helpful.
This commit is contained in:
parent
8aab7be12b
commit
0c411594bc
@ -492,4 +492,4 @@ There are many excellent conference talks and video tutorials on Go available on
|
|||||||
|
|
||||||
Go Mobile adds support for mobile platforms (Android and iOS).
|
Go Mobile adds support for mobile platforms (Android and iOS).
|
||||||
You can write all-Go native mobile apps or write a library that contains bindings from a Go package,
|
You can write all-Go native mobile apps or write a library that contains bindings from a Go package,
|
||||||
which can be invoked via Java (Android) and Objective-C (iOS). Check out the [Go Mobile page](https://github.com/golang/go/wiki/Mobile) for more information.
|
which can be invoked via Java (Android) and Objective-C (iOS). Check out the [Go Mobile page](https://go.dev/wiki/Mobile) for more information.
|
||||||
|
Loading…
Reference in New Issue
Block a user