Fix error with defined storage

This commit is contained in:
Remco
2017-03-22 22:27:26 +01:00
parent d0dbdd3591
commit b37e706c7c
2 changed files with 14 additions and 16 deletions

View File

@ -58,8 +58,6 @@ const SERVER_INFO = "transfer.sh"
// parse request with maximum memory of _24Kilobits
const _24K = (1 << 20) * 24
var storage Storage
type OptionFn func(*Server)
func Listener(s string) OptionFn {