Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

12345678910111213141516
  1. # Go Networking
  2. This repository holds supplementary Go networking libraries.
  3. ## Download/Install
  4. The easiest way to install is to run `go get -u golang.org/x/net`. You can
  5. also manually git clone the repository to `$GOPATH/src/golang.org/x/net`.
  6. ## Report Issues / Send Patches
  7. This repository uses Gerrit for code changes. To learn how to submit
  8. changes to this repository, see https://golang.org/doc/contribute.html.
  9. The main issue tracker for the net repository is located at
  10. https://github.com/golang/go/issues. Prefix your issue with "x/net:" in the
  11. subject line, so it is easy to find.