summaryrefslogtreecommitdiff
path: root/helpers/se.leap.bitmask.policy
AgeCommit message (Collapse)Author
2022-03-15Remove dependency on statik and use go:embedSam Whited
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>
2019-08-16[pkg] add helpers to repo, generate hooks in snapKali Kaneko (leap communications)