diff options
Diffstat (limited to 'vendor/modernc.org/libc/honnef.co/go/netdb/README.md')
-rw-r--r-- | vendor/modernc.org/libc/honnef.co/go/netdb/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/modernc.org/libc/honnef.co/go/netdb/README.md b/vendor/modernc.org/libc/honnef.co/go/netdb/README.md new file mode 100644 index 00000000..6b9feaa8 --- /dev/null +++ b/vendor/modernc.org/libc/honnef.co/go/netdb/README.md @@ -0,0 +1,12 @@ +# netdb + +## Install + +```sh +go get honnef.co/go/netdb +``` + +## Documentation + +Documentation can be found at +[godoc.org](http://godoc.org/honnef.co/go/netdb). |