Daniel Lorch <dlo...@gmail.com>:
> I have implemented a simple authoritative DNS Server in Go. You can find it 
> here: https://github.com/dlorch/dnsserver/
> 
> It's a study project to teach myself Go and DNS.

Haven't looked at it yet, but I must say I think you just nailed one
of the ideal use cases for Go.  Provable buffer overrun protection is
especially desirable in this kind of service, and the language
libraries undoubtedly make for a small, clean, exceptionally auditable
implementation. Good on you.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/20190625203542.GB118392%40thyrsus.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to