// Package constants This file contains all the constants that can be reused across the project package constants const ( MB = int64(1024 * 1024) GB = 1024 * MB FilePerm = 0644 )