remove unused const
This commit is contained in:
parent
2ecedb93c6
commit
e9148e0c20
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user