You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go:embed is part of the standard library and does not require an extra
go:generate step.
Migrate all usages of bindata to go:embed.
Make embedded the new default (previously required bindata tag).
Add new tag "servedynamic" which serves from filesystem (old !bindata).
Accept-Encoding compression has been dropped. The assets in go:embed are not
available in a compressed form. The compression could be enabled again by adding
a compress middleware: https://github.com/vearutop/statigz
Drop vfsgen dependency (no longer required).
Fixes#17352
Signed-off-by: Christian Stewart <[email protected]>
0 commit comments