[PR #3080] [MERGED] lint by golangci-lint #4679

Closed
opened 2026-05-05 14:46:42 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3080
Author: @fatedier
Created: 8/28/2022
Status: Merged
Merged: 8/28/2022
Merged by: @fatedier

Base: devHead: lint


📝 Commits (1)

📊 Changes

122 files changed (+947 additions, -1331 deletions)

View changed files

📝 .circleci/config.yml (+4 -2)
.github/workflows/golangci-lint.yml (+41 -0)
📝 .github/workflows/goreleaser.yml (+1 -1)
.golangci.yml (+141 -0)
📝 client/admin.go (+5 -3)
📝 client/admin_api.go (+5 -7)
📝 client/control.go (+19 -26)
📝 client/event/event.go (+1 -3)
📝 client/health/health.go (+5 -7)
📝 client/proxy/proxy.go (+40 -28)
📝 client/proxy/proxy_manager.go (+4 -6)
📝 client/proxy/proxy_wrapper.go (+9 -9)
📝 client/service.go (+13 -9)
📝 client/visitor.go (+21 -20)
📝 client/visitor_manager.go (+4 -7)
📝 cmd/frpc/sub/http.go (+2 -2)
📝 cmd/frpc/sub/reload.go (+2 -2)
📝 cmd/frpc/sub/root.go (+4 -5)
📝 cmd/frpc/sub/status.go (+3 -3)
📝 cmd/frpc/sub/stcp.go (+2 -2)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3080 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/28/2022 **Status:** ✅ Merged **Merged:** 8/28/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `lint` --- ### 📝 Commits (1) - [`63dbd28`](https://github.com/fatedier/frp/commit/63dbd28ede6bb24ee267acf82745b0c39f94fcf0) lint by golangci-lint ### 📊 Changes **122 files changed** (+947 additions, -1331 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+4 -2) ➕ `.github/workflows/golangci-lint.yml` (+41 -0) 📝 `.github/workflows/goreleaser.yml` (+1 -1) ➕ `.golangci.yml` (+141 -0) 📝 `client/admin.go` (+5 -3) 📝 `client/admin_api.go` (+5 -7) 📝 `client/control.go` (+19 -26) 📝 `client/event/event.go` (+1 -3) 📝 `client/health/health.go` (+5 -7) 📝 `client/proxy/proxy.go` (+40 -28) 📝 `client/proxy/proxy_manager.go` (+4 -6) 📝 `client/proxy/proxy_wrapper.go` (+9 -9) 📝 `client/service.go` (+13 -9) 📝 `client/visitor.go` (+21 -20) 📝 `client/visitor_manager.go` (+4 -7) 📝 `cmd/frpc/sub/http.go` (+2 -2) 📝 `cmd/frpc/sub/reload.go` (+2 -2) 📝 `cmd/frpc/sub/root.go` (+4 -5) 📝 `cmd/frpc/sub/status.go` (+3 -3) 📝 `cmd/frpc/sub/stcp.go` (+2 -2) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:46:42 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4679
No description provided.