Skip to content

Commit

Permalink
update readme with link for ipfool
Browse files Browse the repository at this point in the history
  • Loading branch information
c-robinson committed Jan 27, 2024
1 parent 59bd9a5 commit 0dc8da2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,8 @@ fmt.Println(n.Hostmask.String()) // 0000000000000000f0ffffffffffffff
fmt.Println(n.Subnet(0, 60)) // [2001:db8::/57 2001:db8:0:80::/57] <nil>
fmt.Println(n.Supernet(0, 60)) // 2001:db8::/55 <nil>
```

## Test driving
[IPfool](github.com/c-robinson/ipfool) is a simple command-line tool that I
wrote to test many of the features within this library and might be useful in
evaluating it.

0 comments on commit 0dc8da2

Please sign in to comment.