Popular repositories
-
Forked from gophercon/2016-talks
Slides and Links to slides for 2016 talks
-
-
213 contributions in the last year
Less
More
Contribution activity
February 2021
Created 46 commits in 2 repositories
Created an issue in golang/go that received 4 comments
dev.go2go: generic embedded field names are not found in composite literals
Example: package main type E[T any] struct { A T } type T struct { E[int] } func main() { _ = T{E[int]{A: 1}} //_ = T{E: E[int]{A: 1}} // <<< this …
4
comments

