From 53e2fd742178e57de941ebf86a728c360c03020b Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Mon, 23 Sep 2013 18:48:36 +0200 Subject: [PATCH] Remove panic not needed since Go 1.1. --- uniuri.go | 1 - 1 file changed, 1 deletion(-) diff --git a/uniuri.go b/uniuri.go index 596736a..5296a30 100644 --- a/uniuri.go +++ b/uniuri.go @@ -67,5 +67,4 @@ func NewLenChars(length int, chars []byte) string { } } } - panic("unreachable") }