Bundling HTML, CSS, and JavaScript to be Served in a Golang Application

Learn how to bundle an HTML, CSS, and JavaScript powered website into a compiled Golang executable to be served when the application is launched. A written version of this tutorial can be found at
Back to Top