This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Commit 0d2297f
authored
README: More consistent formatting with other Go packages. (#68)
Remove the redundant "A Transport for Go's http.Client that will
cache responses according to the HTTP RFC" sentence. The next
paragraph says something similar. This sentence can already be
found in the repository description (one liner).
It's very common to find a godoc.org link in the form of a badge in
most Go package repository READMEs. Therefore, it's more recognizable
and easier to click the link. I think we should use the badge to be
friendlier to users, and remove the superseded plain text link.
Move License note into its own section at the bottom. This is a more
common location. GitHub already detects and displays the license
prominently in top right corner, and there is a LICENSE file in the repo,
so it makes sense to place Cache Backends section higher up.1 parent af915bf commit 0d2297f
1 file changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 10 | + | |
17 | 11 | | |
18 | 12 | | |
19 | 13 | | |
| |||
23 | 17 | | |
24 | 18 | | |
25 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments