Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from ecbaldwin/readme-api-docs-link
Browse files Browse the repository at this point in the history
Add a link to the API docs to the README.md file
  • Loading branch information
HenryGessau authored Aug 11, 2018
2 parents 9c6b8e7 + 262e2b2 commit ef271be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Library to complement the [go net library][net] and provide containers and
utilities like in [netaddr].
utilities like in python's [netaddr].

Please see the [api documentation] for details.

[api documentation]: https://godoc.org/github.com/IBM/netaddr

This needs a lot of work. Help if you can!

- More test coverage
- Implementation of ip ranges like in [netaddr]
- Docs

[netaddr]: https://netaddr.readthedocs.io/en/latest/installation.html
[net]: https://golang.org/pkg/net/

0 comments on commit ef271be

Please sign in to comment.