summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohn Arundel <john@bitfieldconsulting.com>2020-02-27 11:50:39 +0000
committerGitHub <noreply@github.com>2020-02-27 11:50:39 +0000
commit2643d9f2f05a2162e39d281b47d4986e82b36ff8 (patch)
tree839f71f2850882c8a7d3dafb33764db62c6a5c1c
parent32f3ec1880a15db2ab37955612631609e2400698 (diff)
Remove links/source mention
-rw-r--r--go.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.html.markdown b/go.html.markdown
index 726bb134..b727e59d 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -13,7 +13,7 @@ contributors:
- ["Clayton Walker", "https://github.com/cwalk"]
- ["Leonid Shevtsov", "https://github.com/leonid-shevtsov"]
- ["Michael Graf", "https://github.com/maerf0x0"]
- - ["John Arundel", "https://bitfieldconsulting.com/golang"]
+ - ["John Arundel", "https://github.com/bitfield"]
---
Go was created out of the need to get work done. It's not the latest trend
@@ -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 of Bitfield Consulting 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 here are 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