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