package files import ( "git.mmnx.de/mmnx/cdn/module" "github.com/jinzhu/gorm" ) var ( db *gorm.DB conf *module.Config storagePath string )