diff options
Diffstat (limited to 'content/learn-go-from-your-browser.article')
-rw-r--r-- | content/learn-go-from-your-browser.article | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/content/learn-go-from-your-browser.article b/content/learn-go-from-your-browser.article index a3cd470..8458c09 100644 --- a/content/learn-go-from-your-browser.article +++ b/content/learn-go-from-your-browser.article @@ -6,10 +6,16 @@ Andrew Gerrand * Introduction -We are excited to announce [[https://tour.golang.org/][A Tour of Go]], a guided tour of the Go programming language you can run from your browser. +We are excited to announce [[https://tour.golang.org/][A Tour of Go]], +a guided tour of the Go programming language you can run from your browser. -The tour is hands-on, demonstrating the language through code samples that you can modify, compile, and run from the tour itself. (The technology behind the [[https://golang.org/doc/play/][Go Playground]] does the work.) +The tour is hands-on, demonstrating the language through code samples that you can modify, +compile, and run from the tour itself. +(The technology behind the [[https://golang.org/doc/play/][Go Playground]] does the work.) -The tour has three sections. The first section covers basic syntax and data structures; the second discusses methods and interfaces; and the third introduces Go's concurrency primitives. Each section concludes with a few exercises so you can practice what you've learned. +The tour has three sections. The first section covers basic syntax and data structures; +the second discusses methods and interfaces; +and the third 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? [[https://tour.golang.org/][Get started now!]] |