↓ 1 callersFunctionpanic1panic, 立刻stops execution the current function, then unwinding the stack, then run deferred functions panic, recover, 恢复control of the goroutine and ex
Language_Specification/build-in-function/panic_and_recover.go:13
↓ 1 callersFunctionreturnOne*
function
func()
func(x int) int
func(a, _ int, z float32) bool
func(a, b int, z float32) (bool)
func(prefix string, values ...int)
func(a, b int, z
Language_Specification/reference-type/function/functions.go:19