ponzu-cms / ponzu

Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
https://docs.ponzu-cms.org
BSD 3-Clause "New" or "Revised" License
5.68k stars 387 forks source link

Compile regex once instead of each time function is called. #276

Closed nanohard closed 6 years ago

nanohard commented 6 years ago

Moved regexp.MustCompile() to init() in package item.

nanohard commented 6 years ago

Tested, regexp replace is working for file uploads.