rebrand: frp -> kanhole (kanhole server, kanholec client)
golangci-lint / lint (push) Failing after 1m5s

This commit is contained in:
kannn
2026-05-29 09:05:34 +00:00
Unverified
parent a0a42a4966
commit 2cd3052da1
265 changed files with 949 additions and 962 deletions
+8 -8
View File
@@ -8,15 +8,15 @@ import (
_ "github.com/onsi/ginkgo/v2"
"github.com/fatedier/frp/pkg/util/log"
"kanhole/pkg/util/log"
// test source
"github.com/fatedier/frp/test/e2e/framework"
_ "github.com/fatedier/frp/test/e2e/legacy/basic"
_ "github.com/fatedier/frp/test/e2e/legacy/features"
_ "github.com/fatedier/frp/test/e2e/legacy/plugin"
_ "github.com/fatedier/frp/test/e2e/v1/basic"
_ "github.com/fatedier/frp/test/e2e/v1/features"
_ "github.com/fatedier/frp/test/e2e/v1/plugin"
"kanhole/test/e2e/framework"
_ "kanhole/test/e2e/legacy/basic"
_ "kanhole/test/e2e/legacy/features"
_ "kanhole/test/e2e/legacy/plugin"
_ "kanhole/test/e2e/v1/basic"
_ "kanhole/test/e2e/v1/features"
_ "kanhole/test/e2e/v1/plugin"
)
// handleFlags sets up all flags and parses the command line.