forked from TrueCloudLab/frostfs-http-gw
b5c08a8e73
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>
8 lines
82 B
Go
8 lines
82 B
Go
package main
|
|
|
|
const Prefix = "HTTP_GW"
|
|
|
|
var (
|
|
Build = "now"
|
|
Version = "dev"
|
|
)
|