aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie Qiu <julie@golang.org>2020-12-03 18:17:21 -0500
committerJulie Qiu <julie@golang.org>2020-12-07 21:45:21 +0000
commit004403599411fcd726b1e58cd0199083507d2047 (patch)
treecf9dd43fb9945799d8410dcf413efb0c298c1d58
parent4bb7d986198daef2a80e976e7a3576204332e0ba (diff)
downloadgolang-id-tour-004403599411fcd726b1e58cd0199083507d2047.tar.xz
README.md: add badge to pkg.go.dev
Change-Id: Ifa508b83e5b02db6a3d5a173879fab17bdd4a50d Reviewed-on: https://go-review.googlesource.com/c/tour/+/275196 Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Trust: Julie Qiu <julie@golang.org>
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17f035f..a186565 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Go Tour
+[![Go Reference](https://pkg.go.dev/badge/golang.org/x/tour.svg)](https://pkg.go.dev/golang.org/x/tour)
+
A Tour of Go is an introduction to the Go programming language. Visit
https://tour.golang.org to start the tour.
@@ -36,7 +38,7 @@ this repository, see https://golang.org/doc/contribute.html.
The issue tracker for the tour's code is located at https://github.com/golang/go/issues.
Prefix your issue with "x/tour:" in the subject line, so it is easy to find.
-Issues with the tour's content itself should be reported in the issue tracker
+Issues with the tour's content itself should be reported in the issue tracker
at https://github.com/golang/tour/issues.
## Deploying