摘要: 1、go func 编译如下程序,将断点打在go recvGen 和go tstPrint 处,分别单步调试进入newproc 函数查看fn地址 package main import "fmt" func tstPrint(x int, c chan int) { fmt.Printf("%d", 阅读全文
posted @ 2024-07-05 00:23 G1733 阅读(5) 评论(0) 推荐(0) 编辑