Skip to content

Commit 0044035

Browse files
committed
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 <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Trust: Julie Qiu <[email protected]>
1 parent 4bb7d98 commit 0044035

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Go Tour
22

3+
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/tour.svg)](https://pkg.go.dev/golang.org/x/tour)
4+
35
A Tour of Go is an introduction to the Go programming language. Visit
46
https://tour.golang.org to start the tour.
57

@@ -36,7 +38,7 @@ this repository, see https://golang.org/doc/contribute.html.
3638
The issue tracker for the tour's code is located at https://github.com/golang/go/issues.
3739
Prefix your issue with "x/tour:" in the subject line, so it is easy to find.
3840

39-
Issues with the tour's content itself should be reported in the issue tracker
41+
Issues with the tour's content itself should be reported in the issue tracker
4042
at https://github.com/golang/tour/issues.
4143

4244
## Deploying

0 commit comments

Comments
 (0)