forked from TrueCloudLab/frostfs-http-gw
9 lines
101 B
Go
9 lines
101 B
Go
package main
|
|
|
|
const Prefix = "HTTP_GW"
|
|
|
|
var (
|
|
Build = "now"
|
|
Version = "dev"
|
|
Debug = "false"
|
|
)
|