diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-22 12:48:52 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-22 12:48:52 -0600 |
commit | e2916f44c42f2f83fc4311f2be656472005b54ec (patch) | |
tree | 816b1850aba9f9911fcbd87dc57bc07667dcb95a /imworkingon/upstreams.yml | |
parent | 98801151d5b5ca3c48b3da4ec8deeae2e0ac70e2 (diff) |
contribs: port changes from go std html to x/net
Diffstat (limited to 'imworkingon/upstreams.yml')
-rw-r--r-- | imworkingon/upstreams.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/imworkingon/upstreams.yml b/imworkingon/upstreams.yml index bf15a6d..b914e21 100644 --- a/imworkingon/upstreams.yml +++ b/imworkingon/upstreams.yml @@ -34,3 +34,12 @@ desc: | Liberapay is a recurrent donations platform to help fund creators and projects. +- urls: + - https://github.com/golang/net + - https://go-review.googlesource.com/c/net + name: 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. |