文件路径:/test/typeparam/issue47514c.dir/main.go
package main import "./a" func Do[T any](doer a.Doer[T]) { doer.Do() } func main() { }
go 源码目录
go a 源码