tenny1225

Results 2 issues of tenny1225

// make browser download file writer.Header().Set("Content-Disposition", fmt.Sprintf("attachment; filename=%s", fileInfo.Name())) writer.Header().Set("Content-Type", "application/octet-stream") http.ServeContent(writer, request, filepath.Base(p), time.Now(), file)

Hello! Is there a one-click way to convert a Go module like mylib.module.go into a Python file so our Python teammates can continue development more easily?