golang.org/x/discovery is renamed to golang.org/x/pkgsite.
When the repository is open sourced, it will be hosted at
go.googlesource.com/pkgsite.
Change-Id: Ifc3b45b771a385b99179e785447f2a87afcacf87
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/724273
Reviewed-by: Jonathan Amsterdam <jba@google.com>
This initial version isn't exporting any metrics yet (that is the next
step) but it has a status page you can view at
Also: fiddle with the auth package API and move the package
up a level so the prober can use it.
See b/133164583.
Change-Id: Id6428750fef2f823a5d1cc2a34534c4774d29a1d
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/549835
Reviewed-by: Robert Findley <rfindley@google.com>