Embed a JavaScript website inside a binary with Go 1.16

The upcoming Golang embed directive can help distribute applications that depend on non-Go code assets. See how you can embed an entire Javascript website into your Go program, simplifying distribution to single binary. Read more

Similar