Change network to accept DialFunc

This commit is contained in:
9seconds
2021-03-11 06:08:15 +03:00
parent 6b28488fbd
commit d6566e5dfb
18 changed files with 67 additions and 117 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
package cli
import (
"github.com/alecthomas/kong"
)
import "github.com/alecthomas/kong"
type CLI struct {
GenerateSecret GenerateSecret `cmd help:"Generate new proxy secret"` // nolint: govet