Skip to content

Commit

Permalink
Go: Accept new test results
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Sep 4, 2024
1 parent 745a9fb commit 3f9021a
Showing 1 changed file with 5 additions and 0 deletions.
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 } |

0 comments on commit 3f9021a

Please sign in to comment.