Commit Graph

4 Commits

Author SHA1 Message Date
Ian Lance Taylor
e883daec58 README: don't recommend go get
These days people will just import the packages and the go tool will
do the right thing. We don't need to explain it.

Add a pointer to the git repo, though.

For golang/go#62645

Change-Id: Ia5a16d8d66395e3feee2029ea1c3140b4d3939e7
Reviewed-on: https://go-review.googlesource.com/c/net/+/624175
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-11-01 18:28:29 +00:00
Julie Qiu
747e23833a README.md: add badge to pkg.go.dev
Change-Id: I10b527ce21a609b674aa517cccaecd75c5aeef2e
Reviewed-on: https://go-review.googlesource.com/c/net/+/275889
Trust: Julie Qiu <julie@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
2020-12-07 22:46:15 +00:00
Kevin Burke
0a9397675b README: flush out description
Move the README to README.md so Gerrit can render it; currently
Gerrit only renders files named exactly "README.md" (for example at
https://go.googlesource.com/go).

Add more links to the README explaining how to file issues,
how to submit code changes, where to download the code to and
how to get it. Hopefully this should help people who go to
https://go.googlesource.com/net or https://github.com/golang/net
figure out how to get started with development.

Change-Id: I4eb54f2b210e4f028c9f00955ff19b55643315e6
Reviewed-on: https://go-review.googlesource.com/49850
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
2017-09-27 05:51:02 +00:00
Avelino
411fb0e25f README: style syntax to markdown
Change-Id: I557b34aeabf0dc838f9c574966c2d12f02e41a19
Reviewed-on: https://go-review.googlesource.com/57332
Reviewed-by: Tom Bergan <tombergan@google.com>
2017-09-20 22:13:49 +00:00