summaryrefslogtreecommitdiff
path: root/imworkingon/upstreams.yml
diff options
context:
space:
mode:
Diffstat (limited to 'imworkingon/upstreams.yml')
-rw-r--r--imworkingon/upstreams.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/imworkingon/upstreams.yml b/imworkingon/upstreams.yml
index b914e21..cc96eb6 100644
--- a/imworkingon/upstreams.yml
+++ b/imworkingon/upstreams.yml
@@ -36,10 +36,18 @@
and projects.
- urls:
- https://github.com/golang/net
+ - https://go.googlesource.com/net
- https://go-review.googlesource.com/c/net
- name: x/net
+ name: Go x/net
desc: |
`golang.org/x/net` is a set of supplementary Go networking
libraries. These are used not just by programmers doing advanced
networking things in Go, but are also used internally by the Go
standard library.
+- urls:
+ - https://github.com/golang/go
+ - https://go.googlesource.com/go
+ - https://go-review.googlesource.com/c/go
+ name: Go
+ desc: |
+ The Go programming language.