nebraska icon indicating copy to clipboard operation
nebraska copied to clipboard

Switch to a trusted source for go-bindata (or switch to an alternative tool)

Open schu opened this issue 5 years ago • 2 comments

Alternatives I know of are (in no particular order):

  • https://github.com/gobuffalo/packr
  • https://github.com/rakyll/statik
  • https://github.com/mjibson/esc

schu avatar Sep 25 '18 13:09 schu

Or, if we decide to stay with go-bindata - https://github.com/twitter/go-bindata

Currently, we are using https://github.com/kevinburke/go-bindata.

As a bonus - would be nice if the used alternative generates some golang files, the files are gofmt -s clean.

krnowak avatar Sep 26 '18 08:09 krnowak

Go 1.16 allows to embed data files. So Maybe we should look into it in the context of this issue.

joaquimrocha avatar Dec 21 '20 21:12 joaquimrocha