danfragoso / thdwb

🌭 The hotdog web browser and browser engine 🌭
MIT License
1.13k stars 58 forks source link

Use go:embed for bundling #29

Closed Nv7-GitHub closed 3 years ago

Nv7-GitHub commented 3 years ago

This uses Go 1.16's embed package instead of embedding files as []byte.

This has a few benefits:

Overall it doesn't really affect things too much, but I think it is a little bit better.