lus / pasty

pasty is a fast and lightweight code pasting server
https://pasty.lus.pm
MIT License
200 stars 27 forks source link

Potentially embed the frontend #37

Open lus opened 2 years ago

lus commented 2 years ago

Serving the web frontend by opening the ./web/ directory is not flexible at all. We should consider using Go's (relatively) new embed feature to embed it into the final binary.

lus commented 2 years ago

We have to halt this issue until https://github.com/valyala/fasthttp/issues/974 is resolved. Maybe I will open a pull request there if I have the time to do so.