Remove dependency on statik and use go:embed
This is another potential idea to simplify things that I'd like to get feedback on. It may not be desirable for the reasons mentioned below.
This removes a dependency by using the built-in go:embed functionality introduce in Go 1.16 instead of statik for embedding files. This means that Go 1.16+ would now be required to build the VPN.