Skip to content

Commit ca0202e

Browse files
committed
README: note new stability policy
Signed-off-by: Matt Layher <[email protected]>
1 parent a390d76 commit ca0202e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,14 @@ This package has a stable v1 API and any future breaking changes will prompt
1919
the release of a new major version. Features and bug fixes will continue to
2020
occur in the v1.x.x series.
2121

22-
In order to reduce the maintenance burden, this package is only supported on
23-
Go 1.12+. Older versions of Go lack critical features and APIs which are
24-
necessary for this package to function correctly.
25-
26-
**If you depend on this package in your applications, please use Go modules.**
22+
This package only supports the two most recent major versions of Go, mirroring
23+
Go's own release policy. Older versions of Go may lack critical features and bug
24+
fixes which are necessary for this package to function correctly.
2725

2826
## Design
2927

30-
A [number of netlink packages](https://godoc.org/?q=netlink) are already
31-
available for Go, but I wasn't able to find one that aligned with what
32-
I wanted in a netlink package:
28+
A number of netlink packages are already available for Go, but I wasn't able to
29+
find one that aligned with what I wanted in a netlink package:
3330

3431
- Straightforward, idiomatic API
3532
- Well tested
@@ -48,7 +45,7 @@ various netlink families, such as `NETLINK_GENERIC` or `NETLINK_ROUTE`.
4845

4946
To have your package included in this diagram, please send a pull request!
5047

51-
``` mermaid
48+
```mermaid
5249
flowchart LR
5350
netlink["github.com/mdlayher/netlink"]
5451
click netlink "https://github.com/mdlayher/netlink"

0 commit comments

Comments
 (0)