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
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"encoding/json"
"net/http"
"github.com/fatedier/frp/pkg/util/log"
"kanhole/pkg/util/log"
)
type GeneralResponse struct {
+1 -1
View File
@@ -17,7 +17,7 @@ package http
import (
"net/http"
"github.com/fatedier/frp/pkg/util/log"
"kanhole/pkg/util/log"
)
type responseWriter struct {
+3 -3
View File
@@ -24,9 +24,9 @@ import (
"github.com/gorilla/mux"
"github.com/fatedier/frp/assets"
v1 "github.com/fatedier/frp/pkg/config/v1"
netpkg "github.com/fatedier/frp/pkg/util/net"
"kanhole/assets"
v1 "kanhole/pkg/config/v1"
netpkg "kanhole/pkg/util/net"
)
var (