package multipart import "os" type MultipartFile struct { FileName string FileSize int64 File *os.File Meta map[string]string }