summaryrefslogtreecommitdiff
path: root/pkg/pickle/helpers.go
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>
2020-06-12[refactor] use ioutil.TempFilekali kaneko (leap communications)
Signed-off-by: kali kaneko (leap communications) <kali@leap.se>
2020-06-12[feat] pickled helpers ftwkali kaneko (leap communications)
Signed-off-by: kali kaneko (leap communications) <kali@leap.se>