Valentin Deleplace
Results
112
issues of
Valentin Deleplace
Suggestion: let's use the go package [embed](https://pkg.go.dev/embed) to produce a self-contained "fat binary" app executable. Pros: - follows modern best practices (since Go 1.16) - single file copied into the...
Fixes #98 - Revert "read index.html using absolute path (#96)" - Revert "read assets/ using absolute path (#97)" I could confirm this code (after revert) works correctly: - locally ```...