Remove panic not needed since Go 1.1.

This commit is contained in:
Dmitry Chestnykh 2013-09-23 18:48:36 +02:00
parent 24c0a03472
commit 53e2fd7421

View File

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