dns is 8bit clean

This commit is contained in:
Miek Gieben 2012-09-04 08:08:44 +02:00
parent 513fe56705
commit 9b74e1bc28
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func NewServeMux() *ServeMux { return &ServeMux{m: radix.New()} }
var DefaultServeMux = NewServeMux()
// Authors is a list of authors that helped create or make Go DNS better.
var Authors = []string{ "Miek Gieben", "Ask Bjorn Hansen", "Dave Cheney", "Dusty Wilson", "Peter van Dijk"}
var Authors = []string{ "Miek Gieben", "Ask Bjørn Hansen", "Dave Cheney", "Dusty Wilson", "Peter van Dijk"}
// Version holds the current version.
var Version = "Go DNS"