commit | 7ed0a50146b4d79f8b1027b56aa37a966162f30e | [log] [tgz] |
---|---|---|
author | Agniva De Sarker <agnivade@yahoo.co.in> | Thu Dec 13 14:14:49 2018 +0530 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri Dec 21 16:45:03 2018 +0000 |
tree | fb0c208a4e2acc0d5855ed71841fbe0012a575d0 | |
parent | 132b8627adca1170af1b36d3c471e99011ef6f8b [diff] |
content/context: use req.WithContext (*Transport).CancelRequest is now deprecated. Use the new (*Request).WithContext method which inherits the parent context. Fixes golang/go#29075 Change-Id: I4a275a396c6ed64eef73b688a049e7bc372f07d4 Reviewed-on: https://go-review.googlesource.com/c/153957 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
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.