mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2592] [MERGED] refactor: move from io/ioutil to io and os package #4596
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4596
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:dev📝 Commits (1)
b62c380refactor: 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.