PvJScorebot / Scorebot-Scoreboard

Scorebot Caching and Events Service
GNU Affero General Public License v3.0
3 stars 1 forks source link

Move embeds from Packr to go embed #6

Closed iDigitalFlame closed 1 year ago

iDigitalFlame commented 2 years ago

With the release of Go1.15, support for embedded files was added. This makes Packr obsolete and we should switch to using the built-in solution instead of a third-party library.

iDigitalFlame commented 1 year ago

Completed