wangpl_study/day06/mylogger_test/mylogger.go

12 lines
123 B
Go
Raw Normal View History

2024-10-15 20:05:52 +08:00
package mylogger_test
import "runtime"
func main() {
}
func getInfo(n int) {
pc, fine, line, ok := runtime.Caller()
}