Revert "Remove panic not needed since Go 1.1."

This reverts commit 53e2fd742178e57de941ebf86a728c360c03020b.
This commit is contained in:
Dmitry Chestnykh 2013-12-12 18:01:04 +01:00
parent 53e2fd7421
commit 6004a1368e

View File

@ -67,4 +67,5 @@ func NewLenChars(length int, chars []byte) string {
}
}
}
panic("unreachable")
}