Forceu / Gokapi

Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported.
GNU Affero General Public License v3.0
1.71k stars 69 forks source link

Make go generate work on Windows #177

Closed Kwonunn closed 5 months ago

Kwonunn commented 5 months ago

Previously, a regex in updateProtectedUrls.go would break if Windows replaced \n with \r\n. The regex now accounts for this possibility.

Forceu commented 5 months ago

Thank you very much for your PR! :)