-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http: rename server receiver for consistency #65787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR (HEAD: ad17790) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/565175. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Qizhou Guo: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Damien Neil: Patch Set 2: Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-02-26T23:54:46Z","revision":"65558adbf5dda0c82bcd37ba6be77d1f43f20344"} Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Damien Neil: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Carlos Amedee: Patch Set 2: (12 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
This PR (HEAD: ca8a998) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/565175. Important tips:
|
Message from Qizhou Guo: Patch Set 2: (12 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Damien Neil: Patch Set 3: Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-02-28T18:50:27Z","revision":"607d1ca78310e331f7f43ae5fe12fe8d945a854f"} Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Damien Neil: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Carlos Amedee: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
"receiver name `srv` should be consistent with the previous receiver name `s` for Server" according to go-lint. Change-Id: I3071ae30b7c1375999e5a599a0eee7b88494f17e GitHub-Last-Rev: ca8a998 GitHub-Pull-Request: golang#65787
ca8a998
to
093c767
Compare
This PR (HEAD: 093c767) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/565175. Important tips:
|
Message from Damien Neil: Patch Set 4: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-08-13T16:21:08Z","revision":"b04047be83b370f21f14aa3526595d37de471096"} Please don’t reply on this GitHub thread. Visit golang.org/cl/565175. |
"receiver name `srv` should be consistent with the previous receiver name `s` for Server" according to go-lint. Change-Id: I3071ae30b7c1375999e5a599a0eee7b88494f17e GitHub-Last-Rev: 093c767 GitHub-Pull-Request: #65787 Reviewed-on: https://go-review.googlesource.com/c/go/+/565175 Auto-Submit: Damien Neil <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]>
This PR is being closed because golang.org/cl/565175 has been merged. |
"receiver name
srv
should be consistent with the previous receiver names
for Server" according to go-lint.