As of Go 1.16, the embed package allows embedding arbitrary files into variables in code. I think that using this built in rather than depending on an external tool like go-bindata is nicer and the code itself is much cleaner and easier to read.
I've implemented a similar change in for nishanths/license and if there is interest I'd be happy to implement it.