Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Alan Donovan 1d6d2400d4 gotypes: stop directing people to golang.org/x/tools/go/loader
It is very obsolete. Use go/packages instead.

Also, add a go generate command to weave the README.

Fixes golang/go#60593

Change-Id: Ifaf3ffa588dc3e65fb1e96b39b249a9084d66451
Reviewed-on: https://go-review.googlesource.com/c/example/+/534695
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Commit-Queue: Alan Donovan <adonovan@google.com>
2023-10-13 14:39:37 +00:00
Jonathan Amsterdam b766721567 slog-handler-guide: add testing section
View at https://github.com/jba/markdown#testing.

Change-Id: I0d8996395b03c3d1c7b7e50cce323a331fd614e1
Reviewed-on: https://go-review.googlesource.com/c/example/+/513137
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
2023-07-26 19:22:15 +00:00
Suzy Mueller bcf50bfd7d go.mod/go.sum: add a go.mod and go.sum file for golang.org/x/example
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>
2021-01-13 20:02:57 +00:00