From f1cf0b8cea59c80e8ffaa0b365974b5aae1605da Mon Sep 17 00:00:00 2001 From: Valentin Deleplace Date: Wed, 22 Mar 2023 13:21:08 +0100 Subject: [PATCH] _content: update A Tour of Go description Fixes golang/go#59167 Change-Id: Ib433ac314e1ad58b6f0a74ca346e49e53834df95 Reviewed-on: https://go-review.googlesource.com/c/website/+/478395 Run-TryBot: Ian Lance Taylor Reviewed-by: Jamal Carvalho Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- _content/blog/tour.md | 5 +++-- _content/doc/index.html | 4 ++-- _content/learn/quickstart.yaml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/_content/blog/tour.md b/_content/blog/tour.md index 2d5ffc69..34cd0654 100644 --- a/_content/blog/tour.md +++ b/_content/blog/tour.md @@ -17,9 +17,10 @@ The tour is hands-on, demonstrating the language through code samples that you c compile, and run from the tour itself. (The technology behind the [Go Playground](/doc/play/) does the work.) -The tour has three sections. The first section covers basic syntax and data structures; +The tour has four sections. The first section covers basic syntax and data structures; the second discusses methods and interfaces; -and the third introduces Go's concurrency primitives. +the third is about Generics; +and the fourth introduces Go's concurrency primitives. Each section concludes with a few exercises so you can practice what you've learned. So, what are you waiting for? [Get started now!](/tour/) diff --git a/_content/doc/index.html b/_content/doc/index.html index 5c9ad2a5..7dc07fef 100644 --- a/_content/doc/index.html +++ b/_content/doc/index.html @@ -58,9 +58,9 @@ to build and test packages.

A Tour of Go

-An interactive introduction to Go in three sections. +An interactive introduction to Go in four sections. The first section covers basic syntax and data structures; the second discusses -methods and interfaces; and the third introduces Go's concurrency primitives. +methods and interfaces; the third is about Generics; and the fourth introduces Go's concurrency primitives. Each section concludes with a few exercises so you can practice what you've learned. You can take the tour online or install it locally with:

diff --git a/_content/learn/quickstart.yaml b/_content/learn/quickstart.yaml index dd5c3f2e..0ce031e4 100644 --- a/_content/learn/quickstart.yaml +++ b/_content/learn/quickstart.yaml @@ -4,7 +4,7 @@ cta: View documentation url: /doc/ - title: Tour of Go - content: An interactive introduction to Go in three sections. Each section + content: An interactive introduction to Go in four sections. Each section concludes with a few exercises so you can practice what you've learned. cta: Take a tour url: /tour/