I am developing a web server and I want to have all embedded on the same file.
I want to develop index.html, main.css, and scripts.js on separated files, but I want them to be read on compile time and embedded into the executable.
Is this posible with Go?