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
It seems like Go released a built in way to embed static files into a binary. We are currently using a 3rd party tool called rakyll/statik for doing that. Using the Go built in tool should be preferable as we can deprecate the 3rd party tool and maybe can remove the need to have a separate build target that rebuilds the frontend for the visor.
Feature description
It seems like Go released a built in way to embed static files into a binary. We are currently using a 3rd party tool called
rakyll/statik
for doing that. Using the Go built in tool should be preferable as we can deprecate the 3rd party tool and maybe can remove the need to have a separate build target that rebuilds the frontend for the visor.https://blog.carlmjohnson.net/post/2021/how-to-use-go-embed/
The text was updated successfully, but these errors were encountered: