commit | 58f5eaf410446acb631277644d1036cb83fd31eb | [log] [tgz] |
---|---|---|
author | Eno Compton <enocom@google.com> | Wed Oct 10 09:45:58 2018 -0600 |
committer | Ross Light <light@google.com> | Wed Oct 10 15:56:07 2018 +0000 |
tree | 38d861d22eae7d1dad8b8bed43494dadda8d3d77 | |
parent | 1b6a3bcc183de5104700180780733dcc693e6adb [diff] |
blog: Use correct link to Wire tutorial Change-Id: I29df505dab3f2ce353fe3dc708ecf281e9fc3c41 Reviewed-on: https://go-review.googlesource.com/c/141137 Reviewed-by: Ross Light <light@google.com>
This repository holds the Go Blog server code and content.
The easiest way to install is to run go get -u golang.org/x/blog
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/blog.
To run the blog server locally:
dev_appserver.py app.yaml
and then visit http://localhost:8080/ in your browser.
Articles on the blog should have broad interest to the Go community, and are mainly written by Go contributors. We encourage you to share your experiences using Go on your own website, and to share them with the Go community. Hugo is a static site server written in Go that makes it easy to write and share your stories.
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 blog is located at https://github.com/golang/go/issues. Prefix your issue with “blog:” in the subject line, so it is easy to find.