remove unused const
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user