// +build !5BytesOffset package util const ( sizeLimit = "30GB" VolumeSizeLimitGB = 30)
// +build !5BytesOffset
package util
const (
sizeLimit = "30GB"
VolumeSizeLimitGB = 30
)