Forked from
leap / bitmask-vpn
Source project has a limited visibility.
-
Sam Whited authored
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. Signed-off-by:
Sam Whited <sam@samwhited.com>
Sam Whited authoredThis 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. Signed-off-by:
Sam Whited <sam@samwhited.com>
This project manages its dependencies using Go Modules.
Learn more