Fix 1.1.1 missing return error

This commit is contained in:
fdeweerdt 2013-06-18 10:38:14 -07:00
parent 11d592bfa7
commit 6de33f30fe
1 changed files with 1 additions and 0 deletions

View File

@ -303,4 +303,5 @@ func (c Class) String() string {
} else {
return "CLASS" + strconv.Itoa(int(c))
}
panic("dns: not reached")
}