package app func Download(url string, proxy string) ([]byte, error) { return nil, nil }