diff options
author | Adam Chalkley <36716992+atc0005@users.noreply.github.com> | 2022-03-03 21:29:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 11:29:48 +0800 |
commit | a53abc23e255f697bd6d127653a3f3718cbdaaca (patch) | |
tree | ec815a7c1330f8b7e0d51d8007ef3137520cedca /go.html.markdown | |
parent | d208b72f6a82a78487b92382f204fbaa8a32990f (diff) |
[go/en] Fix link to Golang University 301 playlist (#4317)
Co-authored-by: Adam Chalkley <atc0005@users.noreply.github.com>
Diffstat (limited to 'go.html.markdown')
-rw-r--r-- | go.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.html.markdown b/go.html.markdown index dfbfc374..39c8ac74 100644 --- a/go.html.markdown +++ b/go.html.markdown @@ -478,6 +478,6 @@ There are many excellent conference talks and video tutorials on Go available on - [Golang University 101](https://www.youtube.com/playlist?list=PLEcwzBXTPUE9V1o8mZdC9tNnRZaTgI-1P) introduces fundamental Go concepts and shows you how to use the Go tools to create and manage Go code - [Golang University 201](https://www.youtube.com/playlist?list=PLEcwzBXTPUE_5m_JaMXmGEFgduH8EsuTs) steps it up a notch, explaining important techniques like testing, web services, and APIs -- [Golang University 301](https://www.youtube.com/watch?v=YHRO5WQGh0k&list=PLEcwzBXTPUE8KvXRFmmfPEUmKoy9LfmAf) dives into more advanced topics like the Go scheduler, implementation of maps and channels, and optimisation techniques +- [Golang University 301](https://www.youtube.com/playlist?list=PLEcwzBXTPUE8KvXRFmmfPEUmKoy9LfmAf) dives into more advanced topics like the Go scheduler, implementation of maps and channels, and optimisation techniques 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. |