From 6004a1368e20f7a1ec2d4b080202fca25a036dc9 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Thu, 12 Dec 2013 18:01:04 +0100 Subject: [PATCH] Revert "Remove panic not needed since Go 1.1." This reverts commit 53e2fd742178e57de941ebf86a728c360c03020b. --- uniuri.go | 1 + 1 file changed, 1 insertion(+) diff --git a/uniuri.go b/uniuri.go index 5296a30..596736a 100644 --- a/uniuri.go +++ b/uniuri.go @@ -67,4 +67,5 @@ func NewLenChars(length int, chars []byte) string { } } } + panic("unreachable") }