diff options
| author | Russ Cox <rsc@golang.org> | 2021-08-17 17:17:18 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-08-18 20:16:41 +0000 |
| commit | 9406dfce32a5abe0465b7260596b2a67d3b70406 (patch) | |
| tree | 990fa0f75e02ad4e29e27d5d7f1dbfd2f2488dbc /go.dev | |
| parent | b110cf79797aabb28e3f1b6072f00a05223379c2 (diff) | |
| download | go-x-website-9406dfce32a5abe0465b7260596b2a67d3b70406.tar.xz | |
go.dev/_content/blog: add tidy-web post
Change-Id: Icfd4dafae57832c7164b785f0bff02341c70bdf4
Reviewed-on: https://go-review.googlesource.com/c/website/+/343213
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Website-Publish: Russ Cox <rsc@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
Diffstat (limited to 'go.dev')
| -rw-r--r-- | go.dev/_content/blog/tidy-web.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/go.dev/_content/blog/tidy-web.md b/go.dev/_content/blog/tidy-web.md new file mode 100644 index 00000000..da5c58a6 --- /dev/null +++ b/go.dev/_content/blog/tidy-web.md @@ -0,0 +1,41 @@ +--- +title: "Tidying up the Go web experience" +date: 2021-08-18 +by: +- Russ Cox +summary: Consolidating our web sites onto go.dev. +--- + +In 2019, which seems like a decade ago, we [launched go.dev](/go.dev), +a new hub for Go developers, along with the [companion site pkg.go.dev](https://pkg.go.dev/), +providing information about Go packages and modules. + +The go.dev web site contains useful information for people evaluating Go, +but golang.org continued to serve distribution downloads, documentation, +and a package reference for the standard library. +Other sites — blog.golang.org, play.golang.org, talks.golang.org, +and tour.golang.org — hold additional material. +It's all a bit fragmented and confusing. + +Over the next month or two we will be merging +the golang.org sites into +a single coherent web presence, here on go.dev. +You may have already noticed that links to the package reference docs +for the standard library on golang.org/pkg now redirect to +their [equivalents on pkg.go.dev](https://pkg.go.dev/std), +which is a better experience today and will continue to improve. +As the next step, the Go blog has moved to go.dev/blog, +starting with the post you are reading right now. +(Of course, all the old blog posts are here too.) + +As we move the content to its new home on go.dev, +rest assured that all existing URLs will redirect to their new homes: +no links will be broken. + +We are excited to have a single coherent web site +where everyone can find what they need to know about Go. +It's a small detail, but one long overdue. + +If you have any ideas or suggestions, or you run into problems, +please let us know via the “Report an Issue” link at the bottom of every page. +Thanks! |
