frostfs-http-gw/misc.go
Roman Khimov b5c08a8e73 misc: drop unused Debug variable
Fix deadcode warning:
misc.go:8:2                   deadcode  `Debug` is unused

We have logging options and this one is not really needed.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2021-05-13 18:57:42 +03:00

8 lines
82 B
Go

package main
const Prefix = "HTTP_GW"
var (
Build = "now"
Version = "dev"
)