README: add section about maintenance

Say how we deal with backward compat and what we "guarantee" for
Go DNS.
This commit is contained in:
Miek Gieben 2015-11-02 07:52:41 +00:00
parent 6a1556664f
commit 497abb0c48
1 changed files with 5 additions and 3 deletions

View File

@ -10,9 +10,9 @@ If there is stuff you should know as a DNS programmer there isn't a convenience
function for it. Server side and client side programming is supported, i.e. you
can build servers and resolvers with it.
If you like this, you may also be interested in:
* https://github.com/miekg/unbound -- Go wrapper for the Unbound resolver.
We try to keep the "master" branch as sane as possible and at the bleeding edge
of standards, avoiding breaking changes wherever reasonable. We support the last
two versions of Go, currently: 1.4 and 1.5.
# Goals
@ -44,6 +44,8 @@ A not-so-up-to-date-list-that-may-be-actually-current:
* https://github.com/benschw/dns-clb-go
* https://github.com/corny/dnscheck for http://public-dns.tk/
* https://namesmith.io
* https://github.com/miekg/unbound
* https://github.com/miekg/exdns
Send pull request if you want to be listed here.