@@ -19,17 +19,14 @@ This package has a stable v1 API and any future breaking changes will prompt
1919the release of a new major version. Features and bug fixes will continue to
2020occur 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
4946To have your package included in this diagram, please send a pull request!
5047
51- ``` mermaid
48+ ``` mermaid
5249flowchart LR
5350 netlink["github.com/mdlayher/netlink"]
5451 click netlink "https://github.com/mdlayher/netlink"
0 commit comments