[PR #2592] [MERGED] refactor: move from io/ioutil to io and os package #4596

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2592
Author: @kekeimiku
Created: 9/28/2021
Status: Merged
Merged: 9/29/2021
Merged by: @fatedier

Base: devHead: dev


📝 Commits (1)

  • b62c380 refactor: move from io/ioutil to io and os package

📊 Changes

19 files changed (+38 additions, -44 deletions)

View changed files

📝 client/admin_api.go (+5 -4)
📝 client/health/health.go (+1 -2)
📝 client/proxy/proxy.go (+1 -2)
📝 client/service.go (+2 -2)
📝 client/visitor.go (+1 -2)
📝 cmd/frpc/sub/reload.go (+2 -2)
📝 cmd/frpc/sub/status.go (+2 -2)
📝 pkg/config/parse.go (+1 -2)
📝 pkg/config/value.go (+1 -2)
📝 pkg/plugin/client/socks5.go (+1 -2)
📝 pkg/plugin/server/http.go (+2 -2)
📝 pkg/transport/tls.go (+2 -2)
📝 pkg/util/vhost/resource.go (+4 -3)
📝 server/service.go (+2 -2)
📝 test/e2e/framework/framework.go (+2 -3)
📝 test/e2e/framework/process.go (+4 -4)
📝 test/e2e/pkg/request/request.go (+1 -2)
📝 test/e2e/pkg/sdk/client/client.go (+2 -2)
📝 test/e2e/plugin/utils.go (+2 -2)

📄 Description

ref https://golang.org/doc/go1.16#ioutil.


🔄 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/2592 **Author:** [@kekeimiku](https://github.com/kekeimiku) **Created:** 9/28/2021 **Status:** ✅ Merged **Merged:** 9/29/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`b62c380`](https://github.com/fatedier/frp/commit/b62c380b569689a551a94a620a9eec22bdce4f42) refactor: move from io/ioutil to io and os package ### 📊 Changes **19 files changed** (+38 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `client/admin_api.go` (+5 -4) 📝 `client/health/health.go` (+1 -2) 📝 `client/proxy/proxy.go` (+1 -2) 📝 `client/service.go` (+2 -2) 📝 `client/visitor.go` (+1 -2) 📝 `cmd/frpc/sub/reload.go` (+2 -2) 📝 `cmd/frpc/sub/status.go` (+2 -2) 📝 `pkg/config/parse.go` (+1 -2) 📝 `pkg/config/value.go` (+1 -2) 📝 `pkg/plugin/client/socks5.go` (+1 -2) 📝 `pkg/plugin/server/http.go` (+2 -2) 📝 `pkg/transport/tls.go` (+2 -2) 📝 `pkg/util/vhost/resource.go` (+4 -3) 📝 `server/service.go` (+2 -2) 📝 `test/e2e/framework/framework.go` (+2 -3) 📝 `test/e2e/framework/process.go` (+4 -4) 📝 `test/e2e/pkg/request/request.go` (+1 -2) 📝 `test/e2e/pkg/sdk/client/client.go` (+2 -2) 📝 `test/e2e/plugin/utils.go` (+2 -2) </details> ### 📄 Description ref https://golang.org/doc/go1.16#ioutil. --- <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:45:06 -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#4596
No description provided.