aboutsummaryrefslogtreecommitdiff
path: root/content/introducing-go-playground.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/introducing-go-playground.article')
-rw-r--r--content/introducing-go-playground.article17
1 files changed, 9 insertions, 8 deletions
diff --git a/content/introducing-go-playground.article b/content/introducing-go-playground.article
index 41087da..f22045e 100644
--- a/content/introducing-go-playground.article
+++ b/content/introducing-go-playground.article
@@ -1,17 +1,18 @@
-Introducing the Go Playground
+# Introducing the Go Playground
15 Sep 2010
Tags: playground
+Summary: If you visit [golang.org](https://golang.org/) today you'll see our new look. We have given the site a new coat of paint and reorganized its content to make it easier to find. These changes are also reflected in the web interface of [godoc](https://golang.org/cmd/godoc/), the Go documentation tool. But the real news is a prominent new feature: the [Go Playground](https://golang.org/).
Andrew Gerrand
-* Introduction
+##
-If you visit [[https://golang.org/][golang.org]] today you'll see our new look.
+If you visit [golang.org](https://golang.org/) today you'll see our new look.
We have given the site a new coat of paint and reorganized its content to
make it easier to find.
-These changes are also reflected in the web interface of [[https://golang.org/cmd/godoc/][godoc]],
+These changes are also reflected in the web interface of [godoc](https://golang.org/cmd/godoc/),
the Go documentation tool.
-But the real news is a prominent new feature: the [[https://golang.org/][Go Playground]].
+But the real news is a prominent new feature: the [Go Playground](https://golang.org/).
.image introducing-go-playground_Untitled.png
@@ -20,7 +21,7 @@ immediately compile,
link, and run on our servers.
There are a few example programs to get you started (see the "Examples" drop-down).
We hope that this will give curious programmers an opportunity to try the
-language before [[https://golang.org/doc/install.html][installing it]],
+language before [installing it](https://golang.org/doc/install.html),
and experienced Go users a convenient place in which to experiment.
Beyond the front page, this functionality has the potential to make our
reference and tutorial materials more engaging.
@@ -32,6 +33,6 @@ The programs build and run in a sandbox with a reduced standard library;
the only communication your program has to the outside world is via standard output,
and there are limits to CPU and memory use.
As such, consider this just a taste of the wonderful world of Go;
-to have the full experience you'll need to [[https://golang.org/doc/install.html][download it yourself]].
+to have the full experience you'll need to [download it yourself](https://golang.org/doc/install.html).
If you've been meaning to try Go but never got around to it,
-why not visit [[https://golang.org/][golang.org]] to try it right now?
+why not visit [golang.org](https://golang.org/) to try it right now?