go main 源码 2022-07-15 浏览 (817) golang main 代码 文件路径:/test/typeparam/issue50121b.dir/main.go package main import ( "./d" "fmt" ) func main() { if got, want := d.BuildInt(), 42; got != want { panic(fmt.Sprintf("got %d, want %d", got, want)) } } 相关信息 go 源码目录 相关文章 go a 源码 go b 源码 go c 源码 go d 源码 点赞 (0)