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
At the moment we use go:generate + go-bindata to embed resources in our executables. We could instead use go:embed built in to Go 1.16except it doesn't support compression. Consider whether this is important.