frostfs-http-gw/misc.go
Roman Khimov 6c73296012 misc: drop Build variable
Makes builds reproducible.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2021-05-25 13:20:01 +03:00

10 lines
187 B
Go

package main
// Prefix is a prefix used for environment variables containing gateway
// configuration.
const Prefix = "HTTP_GW"
var (
// Version is gateway version.
Version = "dev"
)