Regenerate README.md from go-types.md. There are minor changes,
mostly removals of line-ending spaces.
Change-Id: I83ba4b385de44e0dd2c61f5f3019d08a24ebad29
Reviewed-on: https://go-review.googlesource.com/c/example/+/494595
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Move the weave program out of the gotypes directory
so it can be used by other example documents.
It will soon be used for a document on writing slog handlers.
Change-Id: I38255e276e744e323695afaa66830107aa17d4d1
Reviewed-on: https://go-review.googlesource.com/c/example/+/494441
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Gofmt to update doc comments to the new formatting.
For golang/go#51082.
Change-Id: Ic98f647623f234cf5d36309c6204683e151820d7
Reviewed-on: https://go-review.googlesource.com/c/example/+/399596
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Update the go/types guide to have a link to the new 1.18 API guide, for
now.
Also fix some links to pkg.go.dev and golang.org/x that were amended in
the autogenerated README.md rather than the original source.
For golang/go#50676
Change-Id: Ib98ed095d74be02046c426e51f1ae2b9ceb03b0d
Reviewed-on: https://go-review.googlesource.com/c/example/+/389656
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
After go1.16, `go get` runs in modules mode, and it's not the
recommended way of installing binaries nor a way to fetch source
code. Given that this example repo is designed for new go users
who want to learn, it is better to guide users to clone the repo
using the git command.
Updated the instruction for appengine-hello since goapp is gone.
I didn't test the appengine-hello instruction myself and not sure
if it still runs.
Change-Id: I74a829203def9b062bee75637c7d2c6cef448a2f
Reviewed-on: https://go-review.googlesource.com/c/example/+/340113
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
The module name is golang.org/x/example and the canonical repo
is go.googlesource.com/example.
Add the pkg.go.dev link in the main README.md and remove
stale godoc.org links.
Change-Id: Ia67be2179885d144c97284237df1f4373717722d
Reviewed-on: https://go-review.googlesource.com/c/example/+/307689
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
Add a go.mod and go.sum file for the example repo. Updates the import
path for the packages in this repository to begin with
golang.org/x/example.
Change-Id: I79a8dcfff9cebd4aa8586c57f19f86305a213598
Reviewed-on: https://go-review.googlesource.com/c/example/+/283332
Trust: Suzy Mueller <suzmue@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Better late than never.
Change-Id: Iedd3aaa9dc3eb40b79b7430ed2d69e2d4f87dc86
Reviewed-on: https://go-review.googlesource.com/17388
Reviewed-by: Robert Griesemer <gri@golang.org>