-
Notifications
You must be signed in to change notification settings - Fork 18.4k
spec: close tag #75760
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
spec: close tag #75760
Conversation
Close an <a> tag. While we are here, fix some escapes. Signed-off-by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
This PR (HEAD: 3ba7b9f) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/708517. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/708517. |
|
Message from Sean Liao: Patch Set 1: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/708517. |
|
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-10-05T12:18:15Z","revision":"eec957350b244ab2744e66ee0a81f2681989996b"} Please don’t reply on this GitHub thread. Visit golang.org/cl/708517. |
|
Message from t hepudds: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/708517. |
|
Message from Sean Liao: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/708517. |
|
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/708517. |
|
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/708517. |
|
Message from Emmanuel Odeke: Patch Set 1: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/708517. |
|
Message from Cherry Mui: Patch Set 1: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/708517. |
Close an "a" tag. While we are here, fix some escapes. Change-Id: I16040eff0d4beeef6230aec8fcf4315f0efd13a4 GitHub-Last-Rev: 3ba7b9f GitHub-Pull-Request: #75760 Reviewed-on: https://go-review.googlesource.com/c/go/+/708517 Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com> Reviewed-by: Robert Findley <rfindley@google.com> Auto-Submit: Sean Liao <sean@liao.dev>
|
This PR is being closed because golang.org/cl/708517 has been merged. |
Close an "a" tag. While we are here, fix some escapes.