package utils import gocloud "github.com/mgr9525/go-cloud" func GetUploadPath() string { if gocloud.CloudConf.Custom == nil { return "" } return gocloud.CloudConf.Custom.GetString("uploadpath") }