A todo application written in go which uses Go embed package to embed a SolidJS UI into our Go binary.
At the application root, run:
go generate ./..
then build and run the application:
go build -o todo
./todo
You should see the following:
This application is just an example of how to embed a SolidJS UI into a Go binary. It is not meant to be a production ready application.