Replace the use of "esc" with standard "embed" package #2749
Labels
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
We're currently using
github.com/mjibson/esc
to embed certain files (like UI assets) into binaries.Upcoming Go 1.16 supports this with a new standard package embed and
//go:embed
directive.embed
Upgrade to Go 1.16; use embed package in hotrod #2835esc
embedding. Maybe consider compressing the assets)See also: #2748
The text was updated successfully, but these errors were encountered: