package utils import ( "bufio" ) func SendFile(fileName string, fileSize int, writer *bufio.Writer) bool { return false }