commit | 8c44769332cbc0d02232f98a8a126823042046ca | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Tue Sep 03 15:25:38 2019 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Tue Sep 03 19:34:11 2019 +0000 |
tree | 4c5a5c9384a1f78b21be67499c6305c2f3ebf3cf | |
parent | 1792453c68dc55557c18391a89de33f74beab06a [diff] |
all: upgrade dependency on x/website This removes the transitive dependency on git.apache.org/thrift.git, dropped from x/website in CL 193039. Commands run: go get -d golang.org/x/website@00e97558e113808bd2e87edf2275d97515bad94b go mod tidy go test ./... Updates golang/go#34016 Change-Id: I903f1eb29454db1c76945bea97a77d5748913c8c Reviewed-on: https://go-review.googlesource.com/c/blog/+/193098 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@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:
go build && ./blog -reload
and then visit http://localhost:8080/ in your browser.
Articles are written in the x/tools/present format. 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 “x/blog:” in the subject line, so it is easy to find.