Skip to content

v0.3.9

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 12:59
· 53 commits to main since this release

Changelog

I implemented a feature where you can provide files at compile time and they get shipped with the binary. So every time you run goshs now you have access to that files regardless of the location you are running it from.

Use -e to show the embedded files in the UI and use the folder embedded and the Makefile to embed files. Also see the README for a detailed description.