mroth / scmpuff

:1234: Numeric file shortcuts for common git commands
https://mroth.github.io/scmpuff/
MIT License
384 stars 22 forks source link

refactor: use go:embed to remove dependency on bindata #58

Closed mroth closed 2 years ago

mroth commented 2 years ago

starting with go1.16, we can now directly embed files using the embed package. this will help simplify the build tool chain here significantly.

fixes #38