usefathom / fathom

Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.
https://usefathom.com/
MIT License
7.52k stars 364 forks source link

Remove dependency on packr #359

Open eddsalkield opened 1 year ago

eddsalkield commented 1 year ago

Currently the project doesn't build properly, because it requires packr to build the executable: https://github.com/usefathom/fathom/issues/236. However, packr itself is deprecated, with the recommended approach being to use embed or pkger instead.

We should consider moving away from packr and fixing the build system.