mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
remove unused const
This commit is contained in:
parent
2ecedb93c6
commit
e9148e0c20
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue