[x/blog] blog: add go2-here-we-come.article

This was drafted in a separate Google doc and reviewed
by Ian Lance Taylor, Russ Cox, Rob Pike, and others.

Links and formatting verified by running blog locally.

Dated for release on Thu, Nov. 29, 2018.

Change-Id: Ia5b28982822d738710eb18566b7ec9df9ffc4c54
Reviewed-on: https://go-review.googlesource.com/c/151321
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
X-Blog-Commit: a0a94af0e9afe9196bfeb21a5a3b7b8774bec27f
1 file changed
tree: 4b7e3f724b8849cbdd00f8988f488d8b67381651
  1. blog/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. CONTRIBUTORS
  5. LICENSE
  6. PATENTS
  7. README.md
README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.