remove unused const

This commit is contained in:
Andrea Spacca 2021-07-17 01:55:05 +02:00
parent 2ecedb93c6
commit e9148e0c20

View file

@ -31,9 +31,6 @@ import (
const ( const (
// characters used for short-urls // characters used for short-urls
SYMBOLS = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" SYMBOLS = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
// someone set us up the bomb !!
BASE = float64(len(SYMBOLS))
) )
// generate a token // generate a token