[PR #142] [MERGED] simplify (*x).f to x.f where it does not change the semantics #542

Closed
opened 2026-02-27 23:17:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/snail007/goproxy/pull/142
Author: @quasilyte
Created: 9/13/2018
Status: Merged
Merged: 9/14/2018
Merged by: @snail007

Base: devHead: quasilyte/underef


📝 Commits (1)

  • d270b4a simplify (*x).f to x.f where it does not change the semantics

📊 Changes

3 files changed (+6 additions, -6 deletions)

View changed files

📝 services/http/http.go (+1 -1)
📝 services/sps/sps.go (+1 -1)
📝 services/tcp/tcp.go (+4 -4)

📄 Description

Found using https://go-critic.github.io/overview#underef-ref


🔄 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/snail007/goproxy/pull/142 **Author:** [@quasilyte](https://github.com/quasilyte) **Created:** 9/13/2018 **Status:** ✅ Merged **Merged:** 9/14/2018 **Merged by:** [@snail007](https://github.com/snail007) **Base:** `dev` ← **Head:** `quasilyte/underef` --- ### 📝 Commits (1) - [`d270b4a`](https://github.com/snail007/goproxy/commit/d270b4a4687eda6da6770510471f6787eb3109c0) simplify (*x).f to x.f where it does not change the semantics ### 📊 Changes **3 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `services/http/http.go` (+1 -1) 📝 `services/sps/sps.go` (+1 -1) 📝 `services/tcp/tcp.go` (+4 -4) </details> ### 📄 Description Found using https://go-critic.github.io/overview#underef-ref --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:17:22 +03: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
starred/goproxy#542
No description provided.