jpillora / installer

One-liner for installing binaries from Github releases
https://i.jpillora.com/installer
MIT License
206 stars 52 forks source link

Switch from statik to go1.16 embed #13

Open drmikecrowe opened 3 years ago

drmikecrowe commented 3 years ago

I had a couple of issues hosting:

jpillora commented 3 years ago

Agreed, this can now be made much simpler with https://golang.org/pkg/embed/ newly released in go 1.16

Will update this issue, once we switch, then its just a go build and you're done

jpillora commented 3 years ago

Sorry, I'm also assuming we won't need the extra documentation if it works with a go build - but maybe it still needs docs...