[x/blog] fix it's/its typo

Change-Id: If9f16382c78ccab6781b41eb691dc72751c45eb6
GitHub-Last-Rev: 54512b34514ef958b5a7bf6d8f28e90675b68eda
GitHub-Pull-Request: golang/blog#17
Reviewed-on: https://go-review.googlesource.com/c/148825
Reviewed-by: Kevin Burke <kev@inburke.com>
X-Blog-Commit: a46be7a2d8a7574cfa57299de5963c31c31a7db1
1 file changed
tree: 5372b4968e50375b4899a70ec26c43bb1147db2b
  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.