diff options
author | John Arundel <john@bitfieldconsulting.com> | 2020-02-26 15:23:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 15:23:37 +0000 |
commit | 32f3ec1880a15db2ab37955612631609e2400698 (patch) | |
tree | 69d1b15e5e1c526442bc55dfd83675c0937f7530 /go.html.markdown | |
parent | e3c1b63e555733f81d5bdd41b5e1332afb088c7b (diff) |
Update go.html.markdown
Remove link in body
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 0866fcae..726bb134 100644 --- a/go.html.markdown +++ b/go.html.markdown @@ -473,7 +473,7 @@ documentation](http://golang.org/pkg/) and the source code comes up! Another great resource to learn Go is [Go by example](https://gobyexample.com/). -There are many excellent conference talks and video tutorials on Go available on YouTube, and Go trainer [John Arundel](https://bitfieldconsulting.com/golang) has put together three playlists of the very best, tailored for beginners, intermediate, and advanced Gophers respectively: +There are many excellent conference talks and video tutorials on Go available on YouTube, and Go trainer John Arundel of Bitfield Consulting has put together three playlists of the very best, tailored for beginners, intermediate, and advanced Gophers respectively: * [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 |