mirror of
https://github.com/4ier/notion-cli.git
synced 2026-09-14 20:17:00 +08:00
f1d4d119c6
multipart.FileContentDisposition was introduced in Go 1.25 but go.mod targets 1.24, causing CI build failures. Replace with manual Content-Disposition header construction with proper quote escaping.