package util import "fmt" func GenTempFilePath(fileName string) string { return fmt.Sprintf("/tmp/qqbot/%s", fileName) }