Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Go: Support 1.23 (Transparent aliases) #17358

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

Merged
merged 12 commits into from
Sep 6, 2024
Prev Previous commit
Next Next commit
Go: Accept new test results
  • Loading branch information
mbg committed Sep 5, 2024
commit 195f37267e318da8c8287cda281bd99930023aff
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
| E | Ordered |
| E | comparable |
| E | interface { } |
| E | interface { ~uint16 \| ~uint32 } |
| E1 | interface { } |
| E2 | interface { } |
| Edge | EdgeConstraint |
| Edge | interface { } |
| F | floaty |
| K | comparable |
| K | interface { } |
| N | interface { int64 \| uint64 } |
| Node | NodeConstraint |
| Node | interface { } |
| S | interface { } |
Expand All @@ -15,6 +18,7 @@
| S2 | interface { ~[]E2 } |
| SF2 | interface { } |
| SG2 | interface { } |
| Slice | interface { ~[]E } |
| T | Ordered |
| T | comparable |
| T | interface { string \| []uint8 } |
Expand All @@ -27,4 +31,5 @@
| TG2 | interface { } |
| U | interface { } |
| V | interface { int64 \| float64 } |
| V | interface { } |
| bytes | interface { []uint8 \| string } |
Morty Proxy This is a proxified and sanitized view of the page, visit original site.