Skip to content

Commit 0949104

Browse files
committed
README.md: add badge to pkg.go.dev
Change-Id: Ib182f3257938ce7233ed68436bbfb28ddd1053f1 Reviewed-on: https://go-review.googlesource.com/c/build/+/275234 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 b6220de commit 0949104

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 Build Tools
22

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

@@ -49,7 +51,7 @@ The main components of the Go build system are:
4951
1. by creating VMs on Google Compute Engine (GCE) with custom images
5052
configured to fetch & run the buildlet on boot, listening on port 80 in a
5153
private network.
52-
54+
5355
2. by running Linux containers (on either Google Kubernetes Engine
5456
or GCE with the Container-Optimized OS image), with the container
5557
images configured to fetch & run the buildlet on start, also

0 commit comments

Comments
 (0)