1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +02: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:
Mohammed Zohil PK
2024-06-05 14:55:46 +05:30
committed by GitHub
parent 8aab7be12b
commit 0c411594bc

View File

@@ -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).
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.