Skip to content

Commit 3949734

Browse files
committed
tools, gopls: add pkg.go.dev badges to READMEs
Change-Id: I7f7390048ecd51a7c24c86c65fbc2722fc752270 Reviewed-on: https://go-review.googlesource.com/c/tools/+/275233 Trust: Rebecca Stambler <[email protected]> Run-TryBot: Rebecca Stambler <[email protected]> Reviewed-by: Julie Qiu <[email protected]>
1 parent fe8bd3c commit 3949734

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Go Tools
22

3+
[![PkgGoDev](https://pkg.go.dev/badge/golang.org/x/tools)](https://pkg.go.dev/golang.org/x/tools)
4+
35
This subrepository holds the source for various packages and tools that support
46
the Go programming language.
57

gopls/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# gopls documentation
22

3+
[![PkgGoDev](https://pkg.go.dev/badge/golang.org/x/tools/gopls)](https://pkg.go.dev/golang.org/x/tools/gopls)
4+
35
gopls (pronounced: "go please") is the official [language server] for the Go language.
46

57
## Status

0 commit comments

Comments
 (0)