forked from TrueCloudLab/frostfs-http-gw
31186382e8
TODO should be replaced with HTTP_GW before release Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
9 lines
113 B
Go
9 lines
113 B
Go
package main
|
|
|
|
var (
|
|
Build = "now"
|
|
Version = "dev"
|
|
|
|
// TODO should be replaced with HTTP_GW
|
|
Prefix = "GW"
|
|
)
|