frostfs-http-gw/misc.go
Stanislav Bogatyrev b2e7a2cb61 Clean up Makefile and image build
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2021-04-12 17:09:39 +03:00

9 lines
99 B
Go

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