package parser import "mime/multipart" func ProcessDemo(demo *multipart.FileHeader) (scoreCount int, scoreTime int, err error) { return 0, 0, nil }