fix: golint errors

This commit is contained in:
braginini
2021-05-19 10:58:21 +02:00
parent f0048d16fb
commit 5342f10e7f
5 changed files with 23 additions and 14 deletions

View File

@@ -10,10 +10,6 @@ import (
"os"
)
func toByte32(key wgtypes.Key) *[32]byte {
return (*[32]byte)(&key)
}
var (
upCmd = &cobra.Command{
Use: "up",