v0.3.9
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.