diff --git a/server/token.go b/server/token.go index a9d62a8..b5f0247 100644 --- a/server/token.go +++ b/server/token.go @@ -31,9 +31,6 @@ import ( const ( // characters used for short-urls SYMBOLS = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" - - // someone set us up the bomb !! - BASE = float64(len(SYMBOLS)) ) // generate a token